public void Initialize() { tree = new BinaryTree(); tree.AddElem(3); tree.AddElem(4); tree.AddElem(1); tree.AddElem(5); }