222324252627282930
return _comments; } public Comment comment() { if (_comment == null) { _comment = new Comment(); } return _comment; }