/// <summary>
 /// Deprecated Method for adding a new object to the vw_pending EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_pending(vw_pending vw_pending)
 {
     base.AddObject("vw_pending", vw_pending);
 }
 /// <summary>
 /// Create a new vw_pending object.
 /// </summary>
 /// <param name="pendingID">Initial value of the PendingID property.</param>
 /// <param name="department_Name">Initial value of the Department_Name property.</param>
 /// <param name="quantity">Initial value of the Quantity property.</param>
 public static vw_pending Createvw_pending(global::System.Int32 pendingID, global::System.String department_Name, global::System.Int32 quantity)
 {
     vw_pending vw_pending = new vw_pending();
     vw_pending.PendingID = pendingID;
     vw_pending.Department_Name = department_Name;
     vw_pending.Quantity = quantity;
     return vw_pending;
 }