Future<List<EventSpa>> getEvents() async { final box = Hive.box<EventSpa>(boxName); return box.values.toList(); }