public static vProyectos GetProyecto(string filtro) { EstudiosPreviosBL ep = new EstudiosPreviosBL(); vProyectos lt = ep.Get(filtro); return lt; }