public IList<vContratosInt> GetConsultaContratosJS(short Vig_Con)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     return o.GetContratos(Usuario.UserName, Vig_Con);
 }
 public string GetConsultaContratos(short Vig_Con)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     return ByAUtil.convertListToXML(o.GetContratos(Usuario.UserName, Vig_Con));
 }