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