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