private void ShowPlacentalPathologyQuestionnairePage() { PlacentalPathologyQuestionnairePage placentalPathologyQuestionnairePage = new PlacentalPathologyQuestionnairePage(this.m_ClientOrderDetailClone); placentalPathologyQuestionnairePage.Return += new PlacentalPathologyQuestionnairePage.ReturnEventHandler(PlacentalPathologyQuestionnairePage_Return); ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnairePage); }