public bool DeleteList(List <int> idList)
 {
     CurrentDal.DeleteList(idList);
     return(DbSession.SaveChanges() > 0);
 }