public function setEnabled($boolean)
 {
     $this->__load();
     return parent::setEnabled($boolean);
 }