public function setSentAt($sentAt)
 {
     $this->__load();
     return parent::setSentAt($sentAt);
 }