private void init(int identifier
                          , string amount, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.MedicationEN> medication, bool isActive, ChroniGenNHibernate.EN.Chroni.SubstanceCodeEN substanceCode)
        {
            this.Identifier = identifier;


            this.Amount = amount;

            this.Medication = medication;

            this.IsActive = isActive;

            this.SubstanceCode = substanceCode;
        }
 public IngredientEN(int identifier, string amount, System.Collections.Generic.IList <ChroniGenNHibernate.EN.Chroni.MedicationEN> medication, bool isActive, ChroniGenNHibernate.EN.Chroni.SubstanceCodeEN substanceCode
                     )
 {
     this.init(Identifier, amount, medication, isActive, substanceCode);
 }