private void ConfigTester_FormClosing(object sender, FormClosingEventArgs e)
 {
     if (Pinball != null)
     {
         Pinball.Finish();
     }
     Settings.SaveSettings();
 }