public void Print()
 {
     BinaryTreePrinter.PrintNode(Root);
 }