internal static void ShowOptions() { OptionsForm optionsForm = new OptionsForm(); optionsForm.ShowDialog(); }