public function setLft($lft)
 {
     $this->_load();
     return parent::setLft($lft);
 }