public function addCustomer(\Entities\Customer $customers)
 {
     $this->__load();
     return parent::addCustomer($customers);
 }