public ClientRepository()
 {
     pathManager = new PathManager("Clients.json");
     pathManager.CreateFile();
 }