/// <summary>
 /// Deprecated Method for adding a new object to the vw_pendingitem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_pendingitem(vw_pendingitem vw_pendingitem)
 {
     base.AddObject("vw_pendingitem", vw_pendingitem);
 }
 /// <summary>
 /// Create a new vw_pendingitem object.
 /// </summary>
 /// <param name="category_Name">Initial value of the Category_Name property.</param>
 public static vw_pendingitem Createvw_pendingitem(global::System.String category_Name)
 {
     vw_pendingitem vw_pendingitem = new vw_pendingitem();
     vw_pendingitem.Category_Name = category_Name;
     return vw_pendingitem;
 }