void Start () {
        gameService = new GameService();
        gameService.SetupGameView(this);
	}