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