/// <summary>
 /// Deprecated Method for adding a new object to the programtools EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToprogramtools(programtool programtool)
 {
     base.AddObject("programtools", programtool);
 }
 /// <summary>
 /// Create a new programtool object.
 /// </summary>
 /// <param name="tool_id">Initial value of the tool_id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="version">Initial value of the version property.</param>
 public static programtool Createprogramtool(global::System.Int64 tool_id, global::System.String name, global::System.String version)
 {
     programtool programtool = new programtool();
     programtool.tool_id = tool_id;
     programtool.name = name;
     programtool.version = version;
     return programtool;
 }