public void CreateWebGame()
 {
     ActivatePanel(CreateWebGamePanel, WebGamePanelLogin);
     _playerColorsHelper = new PlayerColorsHelper();
     _inLobby            = true;
 }
 public void CreateLocalGame()
 {
     ActivatePanel(CreateLocalGamePanel);
     _playerColorsHelper = new PlayerColorsHelper();
 }