public JsonResult GetComments() { var comments = commentModel.SelectAll(); return(Json(comments, JsonRequestBehavior.AllowGet)); }