private void HyperLinkAbnormal_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.PlasmaCellMyelomaRiskStratification.PlasmaCellMyelomaRiskStratificationResult result = new YellowstonePathology.Business.Test.PlasmaCellMyelomaRiskStratification.PlasmaCellMyelomaRiskStratificationResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }
 private void HyperLinkNormal_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.PlasmaCellMyelomaRiskStratification.PlasmaCellMyelomaRiskStratificationResult result = new YellowstonePathology.Business.Test.PlasmaCellMyelomaRiskStratification.PlasmaCellMyelomaRiskStratificationResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }