public function setBirthday($birthday)
 {
     $this->__load();
     return parent::setBirthday($birthday);
 }