internal static void SaveData() { SerializeHelper.Serialize(Persons, Path.Combine(GetAndCreateDataPath(), Person.filename)); }