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