private void HyperLinkKRASStandardMutationAnalysis_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.KRASStandard.KRASStandardTest krasStandardTest = new Business.Test.KRASStandard.KRASStandardTest();
     if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(krasStandardTest.PanelSetId) == false)
     {
         this.OrderTest(this, new CustomEventArgs.PanelSetReturnEventArgs(krasStandardTest));
     }
 }
 private void HyperLinkKRASStandardMutationAnalysis_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.KRASStandard.KRASStandardTest krasStandardTest = new Business.Test.KRASStandard.KRASStandardTest();
     if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(krasStandardTest.PanelSetId) == false)
     {
         this.OrderTest(this, new CustomEventArgs.PanelSetReturnEventArgs(krasStandardTest));
     }
 }