public function show()
 {
     $resources = Departement::all();
     return $this->responseWithCollection($resources, new DepartementTransformer());
 }