public PokerGame(Form1 form) { mainForm = form; players = new List <Player>(); deck = new Deck(); deck.setAll(); nextPlayerID = 1; }