/// <summary>
 /// Deprecated Method for adding a new object to the tbllocation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbllocation(tbllocation tbllocation)
 {
     base.AddObject("tbllocation", tbllocation);
 }
 /// <summary>
 /// Create a new tbllocation object.
 /// </summary>
 /// <param name="idlocation">Initial value of the idlocation property.</param>
 /// <param name="idclient">Initial value of the idclient property.</param>
 /// <param name="idregion">Initial value of the idregion property.</param>
 /// <param name="idcurrency">Initial value of the idcurrency property.</param>
 /// <param name="idaddress">Initial value of the idaddress property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="complexity">Initial value of the complexity property.</param>
 public static tbllocation Createtbllocation(global::System.Int32 idlocation, global::System.Int32 idclient, global::System.Int32 idregion, global::System.Int32 idcurrency, global::System.Int32 idaddress, global::System.String name, global::System.SByte complexity)
 {
     tbllocation tbllocation = new tbllocation();
     tbllocation.idlocation = idlocation;
     tbllocation.idclient = idclient;
     tbllocation.idregion = idregion;
     tbllocation.idcurrency = idcurrency;
     tbllocation.idaddress = idaddress;
     tbllocation.name = name;
     tbllocation.complexity = complexity;
     return tbllocation;
 }