/// <summary>
 /// Create a new VW_StationeryCatalogue object.
 /// </summary>
 /// <param name="stationeryID">Initial value of the StationeryID property.</param>
 /// <param name="itemCode">Initial value of the ItemCode property.</param>
 /// <param name="category">Initial value of the Category property.</param>
 /// <param name="location">Initial value of the Location property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="unitOfMeasure">Initial value of the UnitOfMeasure property.</param>
 /// <param name="reorderQuantity">Initial value of the ReorderQuantity property.</param>
 /// <param name="reorderLevel">Initial value of the ReorderLevel property.</param>
 public static VW_StationeryCatalogue CreateVW_StationeryCatalogue(global::System.Int32 stationeryID, global::System.String itemCode, global::System.String category, global::System.String location, global::System.String description, global::System.String unitOfMeasure, global::System.Int32 reorderQuantity, global::System.Int32 reorderLevel)
 {
     VW_StationeryCatalogue vW_StationeryCatalogue = new VW_StationeryCatalogue();
     vW_StationeryCatalogue.StationeryID = stationeryID;
     vW_StationeryCatalogue.ItemCode = itemCode;
     vW_StationeryCatalogue.Category = category;
     vW_StationeryCatalogue.Location = location;
     vW_StationeryCatalogue.Description = description;
     vW_StationeryCatalogue.UnitOfMeasure = unitOfMeasure;
     vW_StationeryCatalogue.ReorderQuantity = reorderQuantity;
     vW_StationeryCatalogue.ReorderLevel = reorderLevel;
     return vW_StationeryCatalogue;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the VW_StationeryCatalogue EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVW_StationeryCatalogue(VW_StationeryCatalogue vW_StationeryCatalogue)
 {
     base.AddObject("VW_StationeryCatalogue", vW_StationeryCatalogue);
 }