private void CreateIssue_Click(object sender, EventArgs e) { NewIssue openForm = new NewIssue(null); openForm.Show(); }