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