public ReportCommentSelection()
        {
            this.m_CytologyReportCommentCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.ListViewReportComment.DataContext = this.m_CytologyReportCommentCollection;
        }
        public ReportCommentSelection()
        {
            this.m_CytologyReportCommentCollection = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.ListViewReportComment.DataContext = this.m_CytologyReportCommentCollection;
        }
        public CytologyReportCommentDialog()
        {
            this.m_CytologyReportComments = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.DataContext = this;
        }
        public CytologyReportCommentDialog()
        {
            this.m_CytologyReportComments = YellowstonePathology.Business.Gateway.AccessionOrderGateway.GetCytologyReportComments();

            InitializeComponent();

            this.DataContext = this;
        }