private void DataBind() { if (chon == "Sinh viên") { ds = db.getSinhVienTheoKhoa(maKhoa); dgvSinhVienTheoKhoa.DataSource = ds.Tables[0]; } }