public static string GetEP_RUBROS_CDP(int id_ep_cdp) { EstudiosPreviosBL ep = new EstudiosPreviosBL(); return ByAUtil.convertListToXML(ep.GetEP_RUBROS_CDP(id_ep_cdp)); }