private void issueButton_Click(object sender, EventArgs e) { IssueForm ob = new IssueForm(); ob.Show(); }