public bool ValidateArticle(IArticle article)
 {
     return _article.GetName() == article.GetName();
 }