public virtual void CreateItem(Item entity)
 {
     entityDao.CreateItem(entity);
 }