private void buttonUserAdd_Click(object sender, EventArgs e) { UserCreateForm frm = new UserCreateForm(); frm.ShowDialog(); }