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