orderBy('name')->get(); } public function getItem(int $id): Sector { return Sector::findOrFail($id); } }