public void createBlogComment(BlogComment comment) {
   commentDao.insert(comment);
 }