public function setManagerLastName($managerLastName)
 {
     $this->__load();
     return parent::setManagerLastName($managerLastName);
 }