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