public static string GetMun(decimal id) { EstudiosPreviosBL epBLL = new EstudiosPreviosBL(); return ByAUtil.convertListToXML(epBLL.GetMUN(id)); }