public function destroy(Officer $officers)
 {
     $officers->delete();
     return response()->json('', Response::HTTP_NO_CONTENT);
 }