private void tscbGT_SelectedIndexChanged(object sender, EventArgs e) { dgvNhanVien.DataSource = tk.TKGTNhanVien(tscbGT.Text); //KhoiTao(); }