/// <summary>
 /// Deprecated Method for adding a new object to the tblitem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblitem(tblitem tblitem)
 {
     base.AddObject("tblitem", tblitem);
 }
 /// <summary>
 /// Create a new tblitem object.
 /// </summary>
 /// <param name="iditem">Initial value of the iditem property.</param>
 /// <param name="count">Initial value of the count property.</param>
 /// <param name="price">Initial value of the price property.</param>
 public static tblitem Createtblitem(global::System.Int32 iditem, global::System.Single count, global::System.Decimal price)
 {
     tblitem tblitem = new tblitem();
     tblitem.iditem = iditem;
     tblitem.count = count;
     tblitem.price = price;
     return tblitem;
 }