public IEnumerator <AVLNode> GetEnumerator()
 {
     return(AVLNode.EnumerateRoot(_root).GetEnumerator());
 }