private void btCancel_Click(object sender, EventArgs e) { m_View.Cancel(); this.DialogResult = DialogResult.Cancel; this.Close(); }