private void tsbVipCreate_Click(object sender, EventArgs e) { NewVIP nv = new NewVIP(); nv.ShowDialog(); }