/// <summary>
 /// </summary>
 /// <param name="other"></param>
 public BioStateEventElementConsequence(BioStateEventElementConsequence other)
     : base(other)
 {
     Consequence = other.Consequence;
 }
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementConsequence(BioStateEventElementConsequence other)
			: base(other)
		{
			Consequence = other.Consequence;
		}