private void btnOptions_Click(object sender, EventArgs e) { var optf = new frmOptions(); optf.ShowDialog(this); }