public void ClearHand() { _holeHand = new HoleHand(); }
public void GiveHand(Card[] cards) { _holeHand = new HoleHand(cards); }