public BlogPost GetBlog(int id)
 {
     return(BlogPosts.SingleOrDefault(p => p.BlogPostId == id));
 }