public CommentInfo GetComment(int commentId) { return(CBO.FillObject <CommentInfo>(_dataService.Journal_Comment_Get(commentId))); }