# NGBVD Data Scope Method Fix

This patch adds missing `assertDistrictAllowed`, `assertPartnerAllowed`, and `assertCanAccessVictim` methods to `App\Services\AccessControl\DataScopeService`.

It resolves the Laravel error:

```text
Call to undefined method App\Services\AccessControl\DataScopeService::assertDistrictAllowed()
```

The methods enforce district and partner scope during record creation/update and return validation errors instead of fatal application errors.
