private void btnTim_Click(object sender, EventArgs e) { //Tìm kiếm theo mã môn học. dgvMonHoc.DataSource = monHocBUS.Search(txtTim.Text); }