//accion eliminar public ActionResult eliminar(int id) { objservo.servo_id = id; objservo.eliminar(); return(Redirect("~/servo")); }