public IEnumerable <AuthorFullNameViewModel> GetArticleAuthors(int ArticleId) { return(_articleRepository.GetArticleAuthors(ArticleId)); }