public void Save()
 {
     TestSaveLoad.SaveData(this);
 }
 public void Load()
 {
     TestData TD = TestSaveLoad.LoadDatabase();
 }