public ExpenseRepository() { _jsonService = new JsonService(); expenses = _jsonService.LoadExpenses();; // expenses.Add(new Expense(0,0,"")); }