/// <summary>
 /// Deprecated Method for adding a new object to the Endereços EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEndereços(Endereço endereço)
 {
     base.AddObject("Endereços", endereço);
 }
 /// <summary>
 /// Create a new Endereço object.
 /// </summary>
 /// <param name="addressID">Initial value of the AddressID property.</param>
 /// <param name="addressLine1">Initial value of the AddressLine1 property.</param>
 /// <param name="city">Initial value of the City property.</param>
 /// <param name="stateProvinceID">Initial value of the StateProvinceID property.</param>
 /// <param name="postalCode">Initial value of the PostalCode property.</param>
 /// <param name="rowguid">Initial value of the rowguid property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static Endereço CreateEndereço(global::System.Int32 addressID, global::System.String addressLine1, global::System.String city, global::System.Int32 stateProvinceID, global::System.String postalCode, global::System.Guid rowguid, global::System.DateTime modifiedDate)
 {
     Endereço endereço = new Endereço();
     endereço.AddressID = addressID;
     endereço.AddressLine1 = addressLine1;
     endereço.City = city;
     endereço.StateProvinceID = stateProvinceID;
     endereço.PostalCode = postalCode;
     endereço.rowguid = rowguid;
     endereço.ModifiedDate = modifiedDate;
     return endereço;
 }