private void LoadPlayerDataProperties() { Ch.ClearDeeds(); foreach (var prop in monopolyGame.GetPropertiesOwnedByPlayer()) { Ch.Add_Deed(prop); } }