public decimal GetReceitaTotalByMes(int mes)
 {
     return(_receitaApplication.GetReceitaTotalByMes(mes));
 }