public void QuitButton()
 {
     ConfigurationUtils.PlayController = true;
     soundManager.AudioEffect(2);
     Application.Quit();
 }