public ActionResult Delete(string id) { AddToCart.removeToCart(id); return(RedirectToAction("CartItem", "Purchase")); }