public void Print()
 {
     BTreePrinter.PrintNode(this);
 }