private void button4_Click(object sender, EventArgs e) { DisplayForm display = new DisplayForm(); display.ShowDialog(); }