public IEnumerable <ExpenseCategory> GetCategories([FromRoute] int userId) { return(_expenseCategoryRepository.GetForUser(userId)); }