public void fadeOut()
 {
     fade.gameObject.SetActive(true);
     fade.setFadeOut();
 }