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