public ActionResult BlockComment(int commentId)
 {
     _postRepository.BlockComment(commentId);
     return(RedirectToAction("ManageReports"));
 }