private void TypingShortcutDialogAdd_Finished(object sender, CustomEventArgs.TypingShortcutReturnEventArgs e)
 {
     this.m_TypingShortcutCollection        = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetTypingShortcutCollectionByUser(this.m_SystemIdentity.User.UserId);
     this.m_LimitedTypingShortcutCollection = this.m_TypingShortcutCollection;
     this.NotifyPropertyChanged("LimitedTypingShortcutCollection");
 }
 private void TypingShortcutDialog_Finished(object sender, CustomEventArgs.TypingShortcutReturnEventArgs e)
 {
     this.m_TypingShortcutCollection.UpdateItem(e.TypingShortcut);
     this.RefreshLimitedTypingShortcutCollection();
 }