private void DropCard(DropCardAction action)
 {
     CurrentPlayer.RemoveCard(action.CardNumber);
     CurrentPlayer.AddCard(Deck.PollCard());
 }