public void CreatePlayer()
        {
            string username = homeView.CreatePlayer();

            playerController.CreatePlayer(username);
        }