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