/// <summary>
 /// Create a new TypeOfPlane object.
 /// </summary>
 /// <param name="typeOfPlaneId">Initial value of the TypeOfPlaneId property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 public static TypeOfPlane CreateTypeOfPlane(global::System.Int32 typeOfPlaneId, global::System.String type)
 {
     TypeOfPlane typeOfPlane = new TypeOfPlane();
     typeOfPlane.TypeOfPlaneId = typeOfPlaneId;
     typeOfPlane.Type = type;
     return typeOfPlane;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TypeOfPlane EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTypeOfPlane(TypeOfPlane typeOfPlane)
 {
     base.AddObject("TypeOfPlane", typeOfPlane);
 }