/// <summary>
 /// Create a new Status object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="statusGroupId">Initial value of the StatusGroupId property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 public static Status CreateStatus(global::System.Int32 id, global::System.Int32 statusGroupId, global::System.String code, global::System.DateTime created)
 {
     Status status = new Status();
     status.Id = id;
     status.StatusGroupId = statusGroupId;
     status.Code = code;
     status.Created = created;
     return status;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Status EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatus(Status status)
 {
     base.AddObject("Status", status);
 }