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