Fetch all users (for admin purposes)
Future<List<UserModel>> getAllUsers() async => await _userRepo.allUsers();