private void ResetData() { GameDataProxy dataProxy = Facade.RetrieveProxy(GameDataProxy.NAME) as GameDataProxy; dataProxy.ResetData(); }