public ActionResult Eliminar(int id)
 {
     man.Borrar(id);
     return(RedirectToAction("Index"));
 }