public bool DeleteComment(BlogPostModel blogPost, Comment comment) { return(blogPostService.DeleteComment(blogPost, comment)); }