/// <summary>
 /// Deprecated Method for adding a new object to the MA_EMPLEADO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMA_EMPLEADO(MA_EMPLEADO mA_EMPLEADO)
 {
     base.AddObject("MA_EMPLEADO", mA_EMPLEADO);
 }
 /// <summary>
 /// Create a new MA_EMPLEADO object.
 /// </summary>
 /// <param name="idEmpleado">Initial value of the idEmpleado property.</param>
 public static MA_EMPLEADO CreateMA_EMPLEADO(global::System.Int32 idEmpleado)
 {
     MA_EMPLEADO mA_EMPLEADO = new MA_EMPLEADO();
     mA_EMPLEADO.idEmpleado = idEmpleado;
     return mA_EMPLEADO;
 }