List<Complaint>? findAll(int userId) { return _complaintRepository?.findAllComplaintsByUserId(userId); }