public DataTable SearchCustomerByName(Customer customer) { return(_customerRepository.SearchCustomerByName(customer)); }