public decimal ObterReceitaRetidosMes(int IdEmpresa)
 {
     return(_repReceita.ObterReceitaRetidosMes(IdEmpresa));
 }