public static IList<vCALCULOPOL> GetCALCULOPOL() { EstudiosPreviosBL ep = new EstudiosPreviosBL(); IList<vCALCULOPOL> lEp = ep.GetCALCULOPOL(); return lEp; //return ByAUtil.convertListToXML(lEp); }