public CardDealer() { deck = new DeckOfCards(); }
public CardDealer(DeckOfCards deckOfCards) { this.deck = deckOfCards; }