public void Post(CommentModel comment) { CommentData data = new CommentData(); data.SaveComment(comment); }