public void ReturnToTitle()
 {
     selectPanel.Exit();
 }
 public void CloseTitle()
 {
     titlePanel.Exit();
 }