private void GUI_Account_Load(object sender, EventArgs e) { bus.ShowDGV(dataGridView, bindingNavigator, txtId, txtFullname, txtName, txtPass, cboPosition); groupBox.Enabled = false; endableAll(true); }