/// <summary>
 /// Create a new CollectionMissed object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static CollectionMissed CreateCollectionMissed(global::System.Int32 id, global::System.DateTime createdDate, global::System.Int32 status)
 {
     CollectionMissed collectionMissed = new CollectionMissed();
     collectionMissed.Id = id;
     collectionMissed.CreatedDate = createdDate;
     collectionMissed.Status = status;
     return collectionMissed;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CollectionMisseds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCollectionMisseds(CollectionMissed collectionMissed)
 {
     base.AddObject("CollectionMisseds", collectionMissed);
 }