public async Task <IEnumerable <ExpenseDetail> > GetExpenseDetails()
 {
     return(await _expensesRepository.GetExpenseDetails());
 }