/// <summary>
 /// Create a new Bigrama object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="valor">Initial value of the Valor property.</param>
 /// <param name="extremoAEsquerda">Initial value of the ExtremoAEsquerda property.</param>
 /// <param name="extremoADireita">Initial value of the ExtremoADireita property.</param>
 public static Bigrama CreateBigrama(global::System.Int32 id, global::System.String valor, global::System.Boolean extremoAEsquerda, global::System.Boolean extremoADireita)
 {
     Bigrama bigrama = new Bigrama();
     bigrama.Id = id;
     bigrama.Valor = valor;
     bigrama.ExtremoAEsquerda = extremoAEsquerda;
     bigrama.ExtremoADireita = extremoADireita;
     return bigrama;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Bigramas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBigramas(Bigrama bigrama)
 {
     base.AddObject("Bigramas", bigrama);
 }