public List <Order> CustomerOrdersByTotal(Customer customer)
 {
     return(_orderDB.GetCustomerOrderByTotal(customer));
 }