public void ContinueGame()
 {
     AdManager.Instance.ShowBanner();
     slicerManager.Continue();
     ballManager.Continue();
 }