public function setTelephone($telephone)
 {
     $this->__load();
     return parent::setTelephone($telephone);
 }