private void headMenu_data_users_Click(object sender, EventArgs e) { ListUsersForm dlg = new ListUsersForm(); dlg.ShowDialog(); }