// GET: Vending/GetProducts
 public ActionResult GetProducts()
 {
     return(PartialView(VendingService.GetProductList()));
 }