private void button3_Click(object sender, EventArgs e) { NewIncident newIncident = new NewIncident(); newIncident.Visible = true; }