/// <summary>
 /// Create a new Cidade object.
 /// </summary>
 /// <param name="descricao">Initial value of the Descricao property.</param>
 /// <param name="estados_Id">Initial value of the Estados_Id property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static Cidade CreateCidade(global::System.String descricao, global::System.Int64 estados_Id, global::System.Int64 id)
 {
     Cidade cidade = new Cidade();
     cidade.Descricao = descricao;
     cidade.Estados_Id = estados_Id;
     cidade.Id = id;
     return cidade;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Cidades EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCidades(Cidade cidade)
 {
     base.AddObject("Cidades", cidade);
 }