/// <summary>
 /// Deprecated Method for adding a new object to the Inventorhy_Status_Report_View EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInventorhy_Status_Report_View(Inventorhy_Status_Report_View inventorhy_Status_Report_View)
 {
     base.AddObject("Inventorhy_Status_Report_View", inventorhy_Status_Report_View);
 }
 /// <summary>
 /// Create a new Inventorhy_Status_Report_View object.
 /// </summary>
 /// <param name="code">Initial value of the code property.</param>
 /// <param name="stationery_name">Initial value of the stationery_name property.</param>
 /// <param name="unit_of_measure">Initial value of the unit_of_measure property.</param>
 /// <param name="balance">Initial value of the balance property.</param>
 /// <param name="reorder_level">Initial value of the reorder_level property.</param>
 /// <param name="datetime_inserted">Initial value of the datetime_inserted property.</param>
 public static Inventorhy_Status_Report_View CreateInventorhy_Status_Report_View(global::System.String code, global::System.String stationery_name, global::System.String unit_of_measure, global::System.String balance, global::System.Int32 reorder_level, global::System.DateTime datetime_inserted)
 {
     Inventorhy_Status_Report_View inventorhy_Status_Report_View = new Inventorhy_Status_Report_View();
     inventorhy_Status_Report_View.code = code;
     inventorhy_Status_Report_View.stationery_name = stationery_name;
     inventorhy_Status_Report_View.unit_of_measure = unit_of_measure;
     inventorhy_Status_Report_View.balance = balance;
     inventorhy_Status_Report_View.reorder_level = reorder_level;
     inventorhy_Status_Report_View.datetime_inserted = datetime_inserted;
     return inventorhy_Status_Report_View;
 }