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