public ActionResult DeleteProductShopping(int id) { Shopping.DeletePurchase(id); return(RedirectToAction("ShoppingList")); }