private void OptionsBtn_Click(object sender, EventArgs e) { SearchOptions SearchOpt = new SearchOptions(); SearchOpt.ShowDialog(); }