@Override
 public void refreshedArticle(Article article) {
   this.map.put(article.getBarCode(), article);
 }