Future<List<String>> getAllAitSession(String myId) async { return DatabaseHelper.instance.queryAllAitSession(myId); }