private void txttkNhanDe_TextChanged(object sender, EventArgs e) { dgvTaiLieu.DataSource = tk.TKTL_NhanDe(txttk_NhanDe.Text); }