public List<vInterventores_Contrato> GetInterventoriaJson(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return manager.GetInterventoria_Contrato(Cod_Con);
 }
 public string GetInterventoria(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return ByAUtil.convertListToXML(manager.GetInterventoria_Contrato(Cod_Con));
 }