private void btnUserManager_Click(object sender, EventArgs e) { FormListUsers formListUser = new FormListUsers(); formListUser.ShowDialog(); }