private void optionsClick(object sender, System.EventArgs e) { OptionsForm form = new OptionsForm(graph); form.Reset(); form.ShowDialog(); }