public bool BatchAdd(DataTable dt)
 {
     return(EntityDao.BatchAdd(dt));
 }