private void button1_Click(object sender, EventArgs e) { if (ReportController.AddnewReport(dt)) { this.DialogResult = DialogResult.OK; } }