public AppSettingDao(IsolatedStorageSettings isSetting) { this.isSetting = isSetting; AppSettingModel = new AppSettingModel(); }