private void HyperLinkOrderFISH_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest panelSet  = new Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest();
     YellowstonePathology.Business.PanelSet.Model.PanelSetHer2AmplificationByFishRetired3   panelSet3 = new Business.PanelSet.Model.PanelSetHer2AmplificationByFishRetired3();
     if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(panelSet.PanelSetId) == false)
     {
         if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(panelSet3.PanelSetId) == false)
         {
             this.OrderHER2byFISH(this, new EventArgs());
         }
     }
     else
     {
         MessageBox.Show("HER2 Amplification by Fish has already been ordered.", "Order exists");
     }
 }
 private void InvasiveBreastPanelPage_OrderHER2byFISH(object sender, EventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest panelSet = new Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest();
     this.StartReportOrderPath(panelSet);
 }
 private void InvasiveBreastPanelPage_OrderHER2byFISH(object sender, EventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest panelSet = new Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest();
     this.StartReportOrderPath(panelSet);
 }
 private void HyperLinkOrderFISH_Click(object sender, RoutedEventArgs e)
 {
     YellowstonePathology.Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest panelSet = new Business.Test.Her2AmplificationByFish.Her2AmplificationByFishTest();
     YellowstonePathology.Business.PanelSet.Model.PanelSetHer2AmplificationByFishRetired3 panelSet3 = new Business.PanelSet.Model.PanelSetHer2AmplificationByFishRetired3();
     if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(panelSet.PanelSetId) == false)
     {
         if (this.m_AccessionOrder.PanelSetOrderCollection.Exists(panelSet3.PanelSetId) == false)
         {
             this.OrderHER2byFISH(this, new EventArgs());
         }
     }
     else MessageBox.Show("HER2 Amplification by Fish has already been ordered.", "Order exists");
 }