//GameOver
 public void GameOver()
 {
     music.BackGroundPause();
     music.GameOverPlay();
     GameCS.IsGameOver();
     leftESCS.IsGameOverLeftEnemy();
     UIHCS.HighScore();
     UIHCS.MaxCoins();
     gameOverChart.SetActive(true);
 }