/// <summary>
 /// Deprecated Method for adding a new object to the Locations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLocations(Location location)
 {
     base.AddObject("Locations", location);
 }
 /// <summary>
 /// Create a new Location object.
 /// </summary>
 /// <param name="identifier">Initial value of the Identifier property.</param>
 public static Location CreateLocation(global::System.Int64 identifier)
 {
     Location location = new Location();
     location.Identifier = identifier;
     return location;
 }