public static List<vDEPENDENCIA> GetAllDEPENDENCIA() { string ide_ter = Usuario.UserName; EstudiosPreviosBL ep = new EstudiosPreviosBL(); return ep.GetAllDependencias(); }