/// <summary>
 /// Deprecated Method for adding a new object to the QCONTROL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQCONTROL(QCONTROL qCONTROL)
 {
     base.AddObject("QCONTROL", qCONTROL);
 }
 /// <summary>
 /// Create a new QCONTROL object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="sAMPLE">Initial value of the SAMPLE property.</param>
 /// <param name="bLANK">Initial value of the BLANK property.</param>
 public static QCONTROL CreateQCONTROL(global::System.Int32 id, global::System.String sAMPLE, global::System.Int32 bLANK)
 {
     QCONTROL qCONTROL = new QCONTROL();
     qCONTROL.ID = id;
     qCONTROL.SAMPLE = sAMPLE;
     qCONTROL.BLANK = bLANK;
     return qCONTROL;
 }