/// <summary>
 /// Create a new HealthItemType object.
 /// </summary>
 /// <param name="healthItemTypeId">Initial value of the HealthItemTypeId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="version">Initial value of the Version property.</param>
 public static HealthItemType CreateHealthItemType(global::System.Guid healthItemTypeId, global::System.String name, global::System.String version)
 {
     HealthItemType healthItemType = new HealthItemType();
     healthItemType.HealthItemTypeId = healthItemTypeId;
     healthItemType.Name = name;
     healthItemType.Version = version;
     return healthItemType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HealthItemTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHealthItemTypes(HealthItemType healthItemType)
 {
     base.AddObject("HealthItemTypes", healthItemType);
 }