public void AddNewCard(int accountId) { Card card = AccountFactory.CreateCard(); _cardRepository.AddNewCard(card, accountId); }