public EMBTemplate()
        {
            this.m_TemplateName = "EMB";
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  "Gross Description:  Multiple tan-pink fragments of tissue and mucus." + Environment.NewLine +
                                  "Measurement:  [measurement]" + Environment.NewLine +
                                  "Submitted:  Filtered through a fine mesh bag and entirely submitted in cassette [cassettelabel].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.EMB emb = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.EMB();
            this.m_SpecimenCollection.Add(emb);
        }
        public EMBTemplate()
        {
            this.m_TemplateName = "EMB";
            this.m_Text = "[identifier]." + Environment.NewLine +
                "Gross Description:  Multiple tan-pink fragments of tissue and mucus." + Environment.NewLine +
                "Measurement:  [measurement]" + Environment.NewLine +
                "Submitted:  Filtered through a fine mesh bag and entirely submitted in cassette [cassettelabel].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.EMB emb = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.EMB();
            this.m_SpecimenCollection.Add(emb);
        }