public void Clear()
 {
     _raiz  = null;
     _count = 0;
 }
 public busquedaBinaria()
 {
     this._raiz  = null;
     this._count = 0;
 }