public void Initialize()
 {
     _tree = new AVLTree <int, string>();
     _root = _tree.Build(Constants.KeyValues);
 }