public AccountRepository(ISetupRepository setupRepository) { _setupRepository = setupRepository; _accounts = _setupRepository.Initialize(); }