public function setFriendLastname($friendLastname)
 {
     $this->__load();
     return parent::setFriendLastname($friendLastname);
 }