public virtual void DeleteItem(String code)
 {
     entityDao.DeleteItem(code);
 }