private void btnSetting_Click(object sender, EventArgs e) { AdminSetting adminSetting = new AdminSetting(); adminSetting.ShowDialog(); }