internal static bool ExistsTCERS(long idLicitacaoFonte, int idFonte)
        {
            LicitacaoRepository repo = new LicitacaoRepository();

            return(repo.ExistsTCERS(idLicitacaoFonte, idFonte));
        }