public void initPausePanel()
 {
     ingame.SetPause();
     pausePanel.SetActive(true);
     bestScoreText.SetText(PlayerInfo.Instance.GetBestScore().ToString());
     currentScoreText.SetText(scoreController.getScoreValue().ToString());
 }