public string GetConFContratos(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return ByAUtil.convertListToXML(manager.GetContrato(Cod_Con));
 }
 public List<vCONTRATOS> GetContratos(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return manager.GetContrato(Cod_Con);
 }