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