void Start()
 {
     PopupManager.SetUpPopupManager();
     TileInformation.SetUpTileInformation();
     TileManager.SetUpTiles();
     CardInformation.SetUpCardInformation();
     CardManager.SetUpCardManager();
     PlayerManager.PlacePlayersOnBoard();
     PlayerInformationManager.SetUpPlayerInformationManager(PlayerManager.GetPlayers().Length);
     GameLoop.SetUpGameLoop();
 }