/// <summary>
 /// Deprecated Method for adding a new object to the SubStatusValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubStatusValues(SubStatusValue subStatusValue)
 {
     base.AddObject("SubStatusValues", subStatusValue);
 }
 /// <summary>
 /// Create a new SubStatusValue object.
 /// </summary>
 /// <param name="subStatusValueID">Initial value of the SubStatusValueID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static SubStatusValue CreateSubStatusValue(global::System.String subStatusValueID, global::System.String description)
 {
     SubStatusValue subStatusValue = new SubStatusValue();
     subStatusValue.SubStatusValueID = subStatusValueID;
     subStatusValue.Description = description;
     return subStatusValue;
 }