/// <summary>
 /// Deprecated Method for adding a new object to the Grunkers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGrunkers(Grunker grunker)
 {
     base.AddObject("Grunkers", grunker);
 }
 /// <summary>
 /// Create a new Grunker object.
 /// </summary>
 /// <param name="profileId">Initial value of the ProfileId property.</param>
 /// <param name="grunkId">Initial value of the GrunkId property.</param>
 /// <param name="sum">Initial value of the Sum property.</param>
 public static Grunker CreateGrunker(global::System.Int32 profileId, global::System.Int32 grunkId, global::System.Int32 sum)
 {
     Grunker grunker = new Grunker();
     grunker.ProfileId = profileId;
     grunker.GrunkId = grunkId;
     grunker.Sum = sum;
     return grunker;
 }