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