public function setRecipient(\Civix\CoreBundle\Entity\User $recipient)
 {
     $this->__load();
     return parent::setRecipient($recipient);
 }