public static bool ValidateBST(BST tree, int head)
 {
     return(true);
 }