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