public void Visit(IAABBTreeVistor T)
 {
     T.ProcessNodeData(this);
 }