private void Incidents_Button_Click(object sender, EventArgs e)
 {
     incidentsForm = new List_Of_Incidents(this, form1);
     this.Hide();
     incidentsForm.Show();
 }