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