/// <summary>
 /// Create a new Provider object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="hostUrl">Initial value of the HostUrl property.</param>
 public static Provider CreateProvider(global::System.Int32 id, global::System.String name, global::System.String hostUrl)
 {
     Provider provider = new Provider();
     provider.Id = id;
     provider.Name = name;
     provider.HostUrl = hostUrl;
     return provider;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Providers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProviders(Provider provider)
 {
     base.AddObject("Providers", provider);
 }