private void txtFind_TextChanged(object sender, EventArgs e) { dataGridView1.DataSource = busDien.FindGetDiem(txtFind.Text); }