public List <PaymentCustom> GetPrice()
 {
     return(_foodDataAccess.GetPrice());
 }