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