public function setFriend($friend)
 {
     $this->__load();
     return parent::setFriend($friend);
 }