// Returns the height of the tree - public so that it can be accesed by another form
 public int getHeight()
 {
     return(CTree.Height());
 }