private void toolStripButtonUsers_Click(object sender, EventArgs e) { usersForm form = new usersForm(context); form.ShowDialog(this); }