Retrieve all commonData
Future<List?> getAllCommonData() async { return commonDataBox.values.toList(); }