public BlogPost GetBlogPostById(int Id) { var blogPost = _blogRepository.Get(Id); return(_dataFactory.BlogPostViewModel(blogPost)); }