public IEnumerable <CommentDTO> GetCommentsFromNews(int newsId) { return(commentDataAccess.GetCommentsForNews(newsId)); }