/// <summary>
 /// Deprecated Method for adding a new object to the CLIENTs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCLIENTs(CLIENT cLIENT)
 {
     base.AddObject("CLIENTs", cLIENT);
 }
 /// <summary>
 /// Create a new CLIENT object.
 /// </summary>
 /// <param name="iDCLIENT">Initial value of the IDCLIENT property.</param>
 public static CLIENT CreateCLIENT(global::System.Decimal iDCLIENT)
 {
     CLIENT cLIENT = new CLIENT();
     cLIENT.IDCLIENT = iDCLIENT;
     return cLIENT;
 }