private void HyperLinkDetected_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.CCNDIBCLIGHByPCR.CCNDIBCLIGHByPCRAbnormalResult result = new Business.Test.CCNDIBCLIGHByPCR.CCNDIBCLIGHByPCRAbnormalResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }
 private void HyperLinkDetected_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.CCNDIBCLIGHByPCR.CCNDIBCLIGHByPCRAbnormalResult result = new Business.Test.CCNDIBCLIGHByPCR.CCNDIBCLIGHByPCRAbnormalResult();
     result.SetResults(this.m_PanelSetOrder);
     this.NotifyPropertyChanged("PanelSetOrder");
 }