private void XoaHocSinh() { HocSinhDTO hs = new HocSinhDTO(); hs.IDHocSinh = int.Parse(txtIDHocSinh.Text); HocSinhDAO.XoaHS(hs); }