bool IsNull(Iterator& a_it) {
     return a_it.IsNull();
 }