public function setManagerPhone($managerPhone)
 {
     $this->__load();
     return parent::setManagerPhone($managerPhone);
 }