public NonrecursiveBST()
 {
     root = null;
 }