public void DeleteCustomerOrderHistory(CustomerOrderHistory customerOrderHistory2BDeleted)
 {
     _repo.DeleteCustomerOrderHistory(customerOrderHistory2BDeleted);
 }
 public CustomerOrderHistory DeleteCustomerOrderHistory(CustomerOrderHistory customerOrderHistory2BDeleted)
 {
     return(_repo.DeleteCustomerOrderHistory(customerOrderHistory2BDeleted));
 }