public override void Load() { using (var service = new DictionaryServiceClient()) { try { this.ViewModel.Skill = service.GetSkillById(this.CurrentId); } catch (Exception e) { } } }