public override IApplicationComponent GetComponent()
        {
            var component = new BiographyOverviewComponent(_patientRef, _profileRef, _orderRef);

            return(component);
        }
 internal PatientBiographyToolContext(BiographyOverviewComponent component)
 {
     _component = component;
 }