private void buttonValueSet_Click(object sender, EventArgs e) { ValueSet v = new ValueSet(); v.ShowDialog(this); }