/// <summary>
 /// Deprecated Method for adding a new object to the MOVER EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMOVER(MOVER mOVER)
 {
     base.AddObject("MOVER", mOVER);
 }
 /// <summary>
 /// Create a new MOVER object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="mOVER1">Initial value of the MOVER1 property.</param>
 public static MOVER CreateMOVER(global::System.Int32 id, global::System.String mOVER1)
 {
     MOVER mOVER = new MOVER();
     mOVER.ID = id;
     mOVER.MOVER1 = mOVER1;
     return mOVER;
 }