/// <summary>
 /// Create a new PRODUCTOS object.
 /// </summary>
 /// <param name="cODIGO_MATERIAL">Initial value of the CODIGO_MATERIAL property.</param>
 /// <param name="cODIGO_CORTO">Initial value of the CODIGO_CORTO property.</param>
 /// <param name="dESCRIPCION">Initial value of the DESCRIPCION property.</param>
 /// <param name="sTRATEGIC_GROUP">Initial value of the STRATEGIC_GROUP property.</param>
 /// <param name="lAO_GROUP">Initial value of the LAO_GROUP property.</param>
 /// <param name="nIVEL1">Initial value of the NIVEL1 property.</param>
 /// <param name="nIVEL2">Initial value of the NIVEL2 property.</param>
 /// <param name="nIVEL3">Initial value of the NIVEL3 property.</param>
 /// <param name="fACTOR_GSU">Initial value of the FACTOR_GSU property.</param>
 public static PRODUCTOS CreatePRODUCTOS(global::System.String cODIGO_MATERIAL, global::System.String cODIGO_CORTO, global::System.String dESCRIPCION, global::System.String sTRATEGIC_GROUP, global::System.String lAO_GROUP, global::System.String nIVEL1, global::System.String nIVEL2, global::System.String nIVEL3, global::System.Int32 fACTOR_GSU)
 {
     PRODUCTOS pRODUCTOS = new PRODUCTOS();
     pRODUCTOS.CODIGO_MATERIAL = cODIGO_MATERIAL;
     pRODUCTOS.CODIGO_CORTO = cODIGO_CORTO;
     pRODUCTOS.DESCRIPCION = dESCRIPCION;
     pRODUCTOS.STRATEGIC_GROUP = sTRATEGIC_GROUP;
     pRODUCTOS.LAO_GROUP = lAO_GROUP;
     pRODUCTOS.NIVEL1 = nIVEL1;
     pRODUCTOS.NIVEL2 = nIVEL2;
     pRODUCTOS.NIVEL3 = nIVEL3;
     pRODUCTOS.FACTOR_GSU = fACTOR_GSU;
     return pRODUCTOS;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PRODUCTOS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPRODUCTOS(PRODUCTOS pRODUCTOS)
 {
     base.AddObject("PRODUCTOS", pRODUCTOS);
 }