/// <summary>
 /// Create a new LivingHystory object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 public static LivingHystory CreateLivingHystory(global::System.Int32 itemID, global::System.Int32 orderID)
 {
     LivingHystory livingHystory = new LivingHystory();
     livingHystory.ItemID = itemID;
     livingHystory.OrderID = orderID;
     return livingHystory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the LivingHystories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLivingHystories(LivingHystory livingHystory)
 {
     base.AddObject("LivingHystories", livingHystory);
 }