public ActionResult Detalle(int?id) { Persona p = PersonaServicio.ObtenerPorId(id); return(View(p)); }