public int XoaHocSinh(int mahs) { try { return(_hsDAO.XoaHocSinh(mahs)); } catch (Exception ex) { throw ex; } }