public CommandManager(ConnectionList connectionList) { this.connectionList = connectionList; games = new Games(this); lobby = new Lobby(this); }