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