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