/// <summary>
 /// Create a new Library object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="latitue">Initial value of the Latitue property.</param>
 /// <param name="longitude">Initial value of the Longitude property.</param>
 public static Library CreateLibrary(global::System.Int32 id, global::System.Double latitue, global::System.Double longitude)
 {
     Library library = new Library();
     library.Id = id;
     library.Latitue = latitue;
     library.Longitude = longitude;
     return library;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Libraries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLibraries(Library library)
 {
     base.AddObject("Libraries", library);
 }