public void Write()
 {
     JsonFile.Write(path, this, 3, ' ');
 }
 public void Write()
 {
     JsonFile.Write(path, this, 1, '\t');
 }