private void HyperLinkClearResult_Click(object sender, RoutedEventArgs e)
 {
     if (this.m_PanelSetOrder.Accepted == false)
     {
         YellowstonePathology.Business.Test.ALKForNSCLCByFISH.ALKForNSCLCByFISHResult result = new Business.Test.ALKForNSCLCByFISH.ALKForNSCLCByFISHResult();
         result.Clear(this.m_PanelSetOrder);
     }
     else
     {
         MessageBox.Show("You cannot set the result because the test has been accepted.");
     }
 }
 private void HyperLinkClearResult_Click(object sender, RoutedEventArgs e)
 {
     if (this.m_PanelSetOrder.Accepted == false)
     {
         YellowstonePathology.Business.Test.ALKForNSCLCByFISH.ALKForNSCLCByFISHResult result = new Business.Test.ALKForNSCLCByFISH.ALKForNSCLCByFISHResult();
         result.Clear(this.m_PanelSetOrder);
     }
     else
     {
         MessageBox.Show("You cannot set the result because the test has been accepted.");
     }
 }