public function listAllClients()
 {
     return Client::pluck('name', 'id');
 }