public ActionResult Crud(int id)
 {
     return(View(legajo.Obtener(id)));
 }