public int GetTotalNumArticles()
 {
     return(_newsArticleRepository.GetTotalNumArticles());
 }