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