private void tsmiReportList_Click(object sender, EventArgs e) { ReportListForm form = new ReportListForm(); form.ShowDialog(); }