private void button_Options_Click(object sender, EventArgs e) { PrintingOptionsForm Form = new PrintingOptionsForm(); Form.ShowDialog(); }