def get_by_id(self, id): return CommentData.get(id)
def comment(self): return CommentData.get(self.id)