internal static bool ExistsCNET(long idFonte)
        {
            LicitacaoRepository repo = new LicitacaoRepository();

            return(repo.ExistsCNET(idFonte));
        }
        internal static bool ExistsCNET(string uasg, string pregao, int modalidade)
        {
            LicitacaoRepository repo = new LicitacaoRepository();

            return(repo.ExistsCNET(uasg, pregao, modalidade));
        }