public IHttpActionResult CreateComment(CommentVM comment) { return(Json(CommentData.Create(comment))); }