public KneeTissueTemplate()
        {
            this.m_TemplateName = "Knee Tissue";
            this.m_Text = "[identifier] and consists of [number] fragments of soft tissue and bone aggregating to [measurement].  " +
                "Recognizable tibial plateau and femoral condyles [are/not] identified. The articular surface shows [description] eburnation" +
                "and [description] osteophyte formation. Sectioning reveals tan-yellow trabecular bone.  " +
                "Sections are not submitted for microscopic evaluation.  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.KneeTissue kneeTissue = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.KneeTissue();
            this.m_SpecimenCollection.Add(kneeTissue);
        }
        public KneeTissueTemplate()
        {
            this.m_TemplateName = "Knee Tissue";
            this.m_Text         = "[identifier] and consists of [number] fragments of soft tissue and bone aggregating to [measurement].  " +
                                  "Recognizable tibial plateau and femoral condyles [are/not] identified. The articular surface shows [description] eburnation" +
                                  "and [description] osteophyte formation. Sectioning reveals tan-yellow trabecular bone.  " +
                                  "Sections are not submitted for microscopic evaluation.  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.KneeTissue kneeTissue = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.KneeTissue();
            this.m_SpecimenCollection.Add(kneeTissue);
        }