/// <summary>
 /// Deprecated Method for adding a new object to the StatusTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatusTypes(StatusType statusType)
 {
     base.AddObject("StatusTypes", statusType);
 }
 /// <summary>
 /// Create a new StatusType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static StatusType CreateStatusType(global::System.Int32 id, global::System.String name)
 {
     StatusType statusType = new StatusType();
     statusType.Id = id;
     statusType.Name = name;
     return statusType;
 }