private void Update()
 {
     if (Input.GetKeyDown(KeyCode.Escape))
     {
         mainManager.BackToGame();
     }
 }