/// <summary>
 /// Deprecated Method for adding a new object to the E070FIL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE070FIL(Filial filial)
 {
     base.AddObject("E070FIL", filial);
 }
 /// <summary>
 /// Create a new Filial object.
 /// </summary>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODFIL">Initial value of the CODFIL property.</param>
 /// <param name="nOMFIL">Initial value of the NOMFIL property.</param>
 /// <param name="sIGFIL">Initial value of the SIGFIL property.</param>
 /// <param name="dIFALI">Initial value of the DIFALI property.</param>
 /// <param name="vENPSE">Initial value of the VENPSE property.</param>
 /// <param name="vENIPD">Initial value of the VENIPD property.</param>
 /// <param name="pEDBLO">Initial value of the PEDBLO property.</param>
 /// <param name="cOMPRZ">Initial value of the COMPRZ property.</param>
 /// <param name="iNDROE">Initial value of the INDROE property.</param>
 /// <param name="cPRIEF">Initial value of the CPRIEF property.</param>
 /// <param name="vENIEC">Initial value of the VENIEC property.</param>
 /// <param name="rECTIA">Initial value of the RECTIA property.</param>
 public static Filial CreateFilial(global::System.Int16 cODEMP, global::System.Int16 cODFIL, global::System.String nOMFIL, global::System.String sIGFIL, global::System.String dIFALI, global::System.String vENPSE, global::System.Int16 vENIPD, global::System.String pEDBLO, global::System.String cOMPRZ, global::System.String iNDROE, global::System.String cPRIEF, global::System.String vENIEC, global::System.String rECTIA)
 {
     Filial filial = new Filial();
     filial.CODEMP = cODEMP;
     filial.CODFIL = cODFIL;
     filial.NOMFIL = nOMFIL;
     filial.SIGFIL = sIGFIL;
     filial.DIFALI = dIFALI;
     filial.VENPSE = vENPSE;
     filial.VENIPD = vENIPD;
     filial.PEDBLO = pEDBLO;
     filial.COMPRZ = cOMPRZ;
     filial.INDROE = iNDROE;
     filial.CPRIEF = cPRIEF;
     filial.VENIEC = vENIEC;
     filial.RECTIA = rECTIA;
     return filial;
 }