public function setNextPaymentAt($nextPaymentAt)
 {
     $this->__load();
     return parent::setNextPaymentAt($nextPaymentAt);
 }