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