public void StartGame()
 {
     StartCoroutine(LoadSceneWithASyncCoroutine());
     UIEvents.OnGameStartButtonPressedFunction();
 }