public void BackButton()
 {
     networkController.CancelGame();
 }
 public void QuitButtonPressed()
 {
     networkController.CancelGame();
 }