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