public AorticValveTemplate()
        {
            this.m_TemplateName = "Aortic Valve";

            this.m_Text = "[identifier]." + Environment.NewLine +
                "Gross Description:  [description]" + Environment.NewLine +
                "Measurements:  [measurements]" + Environment.NewLine +
                "Calcification:  [present/not present]" + Environment.NewLine +
                "Vegetation:  [present/not present]" + Environment.NewLine +
                "Submitted:  [representativesections] for decalcification prior to processing.  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AorticValve aorticValve = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AorticValve();
            this.m_SpecimenCollection.Add(aorticValve);
        }
        public AorticValveTemplate()
        {
            this.m_TemplateName = "Aortic Valve";

            this.m_Text = "[identifier]." + Environment.NewLine +
                          "Gross Description:  [description]" + Environment.NewLine +
                          "Measurements:  [measurements]" + Environment.NewLine +
                          "Calcification:  [present/not present]" + Environment.NewLine +
                          "Vegetation:  [present/not present]" + Environment.NewLine +
                          "Submitted:  [representativesections] for decalcification prior to processing.  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AorticValve aorticValve = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AorticValve();
            this.m_SpecimenCollection.Add(aorticValve);
        }