public bool Comment(Comment comment) { var result = _post.Comment(comment); if (result == null) { return(false); } return(true); }