public virtual void Commence() { currentRound = new Round(this, gameTable.GetPlayerSeatedAt(0)); currentRound.InitiateBidding(); }