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