public void SaveComment(BlogPostModel blogPost, Comment comment) { blogPost.AddComment(comment); Save(blogPost); }