public virtual void DeleteCycleCountDetail(Int32 id)
 {
     entityDao.DeleteCycleCountDetail(id);
 }