public decimal GetReceitaTotalByAno(int ano)
 {
     return(_receitaApplication.GetReceitaTotalByAno(ano));
 }