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