public int DeleteListByIds(List <int> idList) { CurrentDal.DeleteListByIds(idList); return(DbSession.SaveChange()); }