/// <summary>
 /// Create a new SELLOUT object.
 /// </summary>
 /// <param name="aNIO">Initial value of the ANIO property.</param>
 /// <param name="mES">Initial value of the MES property.</param>
 /// <param name="sECUENCIA_MES">Initial value of the SECUENCIA_MES property.</param>
 /// <param name="iD_COUNTRY">Initial value of the ID_COUNTRY property.</param>
 /// <param name="cODIGO_CLIENTE_COMPUESTO">Initial value of the CODIGO_CLIENTE_COMPUESTO property.</param>
 /// <param name="nOMBRE_CLIENTE">Initial value of the NOMBRE_CLIENTE property.</param>
 /// <param name="cODIGO_DISTRIBUIDOR">Initial value of the CODIGO_DISTRIBUIDOR property.</param>
 /// <param name="cODIGO_PRODUCTO_DISTRIBUIDOR">Initial value of the CODIGO_PRODUCTO_DISTRIBUIDOR property.</param>
 /// <param name="cODIGO_PRODUCTOS_SAP">Initial value of the CODIGO_PRODUCTOS_SAP property.</param>
 public static SELLOUT CreateSELLOUT(global::System.String aNIO, global::System.String mES, global::System.String sECUENCIA_MES, global::System.String iD_COUNTRY, global::System.String cODIGO_CLIENTE_COMPUESTO, global::System.String nOMBRE_CLIENTE, global::System.String cODIGO_DISTRIBUIDOR, global::System.String cODIGO_PRODUCTO_DISTRIBUIDOR, global::System.String cODIGO_PRODUCTOS_SAP)
 {
     SELLOUT sELLOUT = new SELLOUT();
     sELLOUT.ANIO = aNIO;
     sELLOUT.MES = mES;
     sELLOUT.SECUENCIA_MES = sECUENCIA_MES;
     sELLOUT.ID_COUNTRY = iD_COUNTRY;
     sELLOUT.CODIGO_CLIENTE_COMPUESTO = cODIGO_CLIENTE_COMPUESTO;
     sELLOUT.NOMBRE_CLIENTE = nOMBRE_CLIENTE;
     sELLOUT.CODIGO_DISTRIBUIDOR = cODIGO_DISTRIBUIDOR;
     sELLOUT.CODIGO_PRODUCTO_DISTRIBUIDOR = cODIGO_PRODUCTO_DISTRIBUIDOR;
     sELLOUT.CODIGO_PRODUCTOS_SAP = cODIGO_PRODUCTOS_SAP;
     return sELLOUT;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SELLOUT EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSELLOUT(SELLOUT sELLOUT)
 {
     base.AddObject("SELLOUT", sELLOUT);
 }