/// <summary>
 /// Deprecated Method for adding a new object to the v_q2 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_q2(v_q2 v_q2)
 {
     base.AddObject("v_q2", v_q2);
 }
 /// <summary>
 /// Create a new v_q2 object.
 /// </summary>
 /// <param name="школа">Initial value of the Школа property.</param>
 public static v_q2 Createv_q2(global::System.String школа)
 {
     v_q2 v_q2 = new v_q2();
     v_q2.Школа = школа;
     return v_q2;
 }