private void NewOptionSet_MouseClick(object sender, MouseEventArgs e) { this.Hide(); AddOptionSet Optionset2 = new AddOptionSet(); Optionset2.ShowDialog(); }