public async Task <IEnumerable <FinanceItem> > GetLastMonth() { return(await _repo.GetLastMonth()); }