public void WriteComment(Comment comment, BlogPostModel blogPost) { blogPostService.WriteComment(comment, blogPost); }