public int GetArticleCount()
 {
     return(_articlesRepository.GetArticleCount());
 }