//GET : Vending/Coins

        public ActionResult GetCoins()
        {
            return(PartialView(VendingService.GetAcceptedCoins()));
        }