public async Task ClearHistory() { await _expensesService.ClearAll(); await _incomeService.ClearAll(); }