public ActionResult Eliminar(int id) { operacion.operacion_id = id; operacion.Eliminar(); return(Redirect("~/Ejercicio1")); }