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