public void FoldHand()
 {
     if (game.Stage == PokerGame.GameStage.OPPONENT_TURN)
     {
         game.NotifyOnResponse(this, PokerPlayer.PokerResponse.FOLD);
     }
 }