/// <summary>
 /// Create a new Genus object.
 /// </summary>
 /// <param name="genusID">Initial value of the GenusID property.</param>
 /// <param name="genusName">Initial value of the GenusName property.</param>
 /// <param name="genusType">Initial value of the GenusType property.</param>
 public static Genus CreateGenus(global::System.Int32 genusID, global::System.String genusName, global::System.Int32 genusType)
 {
     Genus genus = new Genus();
     genus.GenusID = genusID;
     genus.GenusName = genusName;
     genus.GenusType = genusType;
     return genus;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Genus EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGenus(Genus genus)
 {
     base.AddObject("Genus", genus);
 }