public ActionResult RemoveFromCart(int id) { CartViewModel.DeleteProduct(id, User.Identity.Name); return(RedirectToAction("Index")); }