public ActionResult CreateComment(Comment comment) { var record = _db.CreateComment(comment); return(PartialView("SingleComment", record)); }