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