private void DataBind() { if (chon == "Lớp") { ds = db.getLopTheoNganh(maNganh); dgvLopTheoNganh.DataSource = ds.Tables[0]; } }