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