def get_sessions(self): return Session.get_all(parent=self)
def get_session(self, id): return Session.get(parent=self, id=id)