/// <summary>
 /// Deprecated Method for adding a new object to the QUESTION_SCALE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQUESTION_SCALE(QUESTION_SCALE qUESTION_SCALE)
 {
     base.AddObject("QUESTION_SCALE", qUESTION_SCALE);
 }
 /// <summary>
 /// Create a new QUESTION_SCALE object.
 /// </summary>
 /// <param name="question_scale_id">Initial value of the question_scale_id property.</param>
 /// <param name="question_id">Initial value of the question_id property.</param>
 /// <param name="scale_top_number">Initial value of the scale_top_number property.</param>
 /// <param name="scale_bottom_number">Initial value of the scale_bottom_number property.</param>
 /// <param name="scale_top_text">Initial value of the scale_top_text property.</param>
 /// <param name="scale_bottom_text">Initial value of the scale_bottom_text property.</param>
 public static QUESTION_SCALE CreateQUESTION_SCALE(global::System.Int32 question_scale_id, global::System.Int32 question_id, global::System.Int32 scale_top_number, global::System.Int32 scale_bottom_number, global::System.String scale_top_text, global::System.String scale_bottom_text)
 {
     QUESTION_SCALE qUESTION_SCALE = new QUESTION_SCALE();
     qUESTION_SCALE.question_scale_id = question_scale_id;
     qUESTION_SCALE.question_id = question_id;
     qUESTION_SCALE.scale_top_number = scale_top_number;
     qUESTION_SCALE.scale_bottom_number = scale_bottom_number;
     qUESTION_SCALE.scale_top_text = scale_top_text;
     qUESTION_SCALE.scale_bottom_text = scale_bottom_text;
     return qUESTION_SCALE;
 }