public void DealCard(PlayerBase player)
 {
     player.AddCardToHand(_deck.GetNextCard());
 }