/// <summary>
 /// Deprecated Method for adding a new object to the COPIEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCOPIEs(COPIE cOPIE)
 {
     base.AddObject("COPIEs", cOPIE);
 }
 /// <summary>
 /// Create a new COPIE object.
 /// </summary>
 /// <param name="iDCOPIE">Initial value of the IDCOPIE property.</param>
 /// <param name="dISPONIBLE">Initial value of the DISPONIBLE property.</param>
 public static COPIE CreateCOPIE(global::System.Decimal iDCOPIE, global::System.Int16 dISPONIBLE)
 {
     COPIE cOPIE = new COPIE();
     cOPIE.IDCOPIE = iDCOPIE;
     cOPIE.DISPONIBLE = dISPONIBLE;
     return cOPIE;
 }