/// <summary>
 /// Deprecated Method for adding a new object to the AU_EMPLEADO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAU_EMPLEADO(AU_EMPLEADO aU_EMPLEADO)
 {
     base.AddObject("AU_EMPLEADO", aU_EMPLEADO);
 }
 /// <summary>
 /// Create a new AU_EMPLEADO object.
 /// </summary>
 /// <param name="aU_EMP_ID">Initial value of the AU_EMP_ID property.</param>
 /// <param name="eMP_ID">Initial value of the EMP_ID property.</param>
 public static AU_EMPLEADO CreateAU_EMPLEADO(global::System.Int32 aU_EMP_ID, global::System.Int32 eMP_ID)
 {
     AU_EMPLEADO aU_EMPLEADO = new AU_EMPLEADO();
     aU_EMPLEADO.AU_EMP_ID = aU_EMP_ID;
     aU_EMPLEADO.EMP_ID = eMP_ID;
     return aU_EMPLEADO;
 }