public void addComment(CommentHistory comment) { comment.setEmployeeId(getCurrentEmployeeId()); comments.Add(comment); }