public function setDeleted($bool)
 {
     $this->__load();
     return parent::setDeleted($bool);
 }