/// <summary>
 /// Deprecated Method for adding a new object to the Dir_Add EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDir_Add(Dir_Add dir_Add)
 {
     base.AddObject("Dir_Add", dir_Add);
 }
 /// <summary>
 /// Create a new Dir_Add object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="state">Initial value of the state property.</param>
 /// <param name="suburb">Initial value of the suburb property.</param>
 /// <param name="street">Initial value of the street property.</param>
 /// <param name="street_number">Initial value of the street_number property.</param>
 /// <param name="dir_add_postal_code">Initial value of the dir_add_postal_code property.</param>
 public static Dir_Add CreateDir_Add(global::System.Int32 id, global::System.String state, global::System.String suburb, global::System.String street, global::System.Int32 street_number, global::System.Int32 dir_add_postal_code)
 {
     Dir_Add dir_Add = new Dir_Add();
     dir_Add.id = id;
     dir_Add.state = state;
     dir_Add.suburb = suburb;
     dir_Add.street = street;
     dir_Add.street_number = street_number;
     dir_Add.dir_add_postal_code = dir_add_postal_code;
     return dir_Add;
 }