public string GetCesiones(string Cod_Con)
 {
     Manager = new CesionesBLL();
     return ByAUtil.convertListToXML(Manager.GetCesiones(Cod_Con));
 }