public Article AddArticle(Article article)
 {
     this.articles.Add(article);
     return article;
 }