public OysteDatabaseIterator(BSTNode root)
 {
     this.root = root;
     Reset();
 }