public int SuaHocSinh(HocSinh hs) { try { return(_hsDAO.SuaHocSinh(hs)); } catch (Exception ex) { throw ex; } }