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