public ActionResult Eliminar(int id) { EmpleadoServicio.Eliminar(id); return(RedirectToAction("Lista")); }