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