/**
  * Retrive or create Debtor
  */
 public function __construct()
 {
     $this->erp = ilERP_eco::_getInstance();
     $this->set = $this->erp->getSettings();
     parent::__construct();
 }