public async Task <List <FinanceDto> > GetAllAsync()
 {
     return(await _financeService.GetAllAsync());
 }