public function addRecipient($recipient)
 {
     $this->__load();
     return parent::addRecipient($recipient);
 }