private void btnOptions_Click(object sender, EventArgs e) { OptionForm form = new OptionForm(); form.Show(Owner, SqlFilter); }