public function setRight($right, $hasRight)
 {
     $this->__load();
     return parent::setRight($right, $hasRight);
 }