public function __construct($id = null)
 {
     $jsonFile = __STORAGE__ . 'app/Exemple/exemple.json';
     parent::__construct(new Json($jsonFile, 'employees'));
     $this->id = $id;
 }