private void ResultPage_ShowICDEntry(object sender, EventArgs e)
 {
     UI.Login.ICDEntryPage icdEntryPage = new Login.ICDEntryPage(this.m_AccessionOrder, this.m_MissingInformationTestOrder.ReportNo);
     icdEntryPage.Next += IcdEntryPage_Next;
     icdEntryPage.Back += IcdEntryPage_Back;
     this.m_PageNavigator.Navigate(icdEntryPage);
 }
 private void ResultPage_ShowICDEntry(object sender, EventArgs e)
 {
     UI.Login.ICDEntryPage icdEntryPage = new Login.ICDEntryPage(this.m_AccessionOrder, this.m_MissingInformationTestOrder.ReportNo);
     icdEntryPage.Next += IcdEntryPage_Next;
     icdEntryPage.Back += IcdEntryPage_Back;
     this.m_PageNavigator.Navigate(icdEntryPage);
 }