private void mtbCancelOR_Click(object sender, EventArgs e) { frmCancelOR f = new frmCancelOR(); f.ShowDialog(); }