public void ClearHand()
 {
     battingFee = 0;
     _deckController.ClearDeck();
 }