public function show($id)
 {
     return $this->clientRepository->find($id);
 }