public ActionResult CocktailDelete(int id) { cRepo.Delete(id); return(RedirectToAction("Cocktails")); }