public void ShowMenu()
 {
     //GameObject.FindWithTag("Settings").SetActive(true);
     EntirePanel.SetActive(true);
     ReadGraphics();
 }
 public void Back()
 {
     //GameObject.FindWithTag("Settings").SetActive(false);
     EntirePanel.SetActive(false);
 }