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