/// <summary>
 /// Deprecated Method for adding a new object to the v_schoolVehicles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_schoolVehicles(v_schoolVehicles v_schoolVehicles)
 {
     base.AddObject("v_schoolVehicles", v_schoolVehicles);
 }
 /// <summary>
 /// Create a new v_schoolVehicles object.
 /// </summary>
 /// <param name="вид_транспорта">Initial value of the Вид_транспорта property.</param>
 /// <param name="школа">Initial value of the Школа property.</param>
 public static v_schoolVehicles Createv_schoolVehicles(global::System.String вид_транспорта, global::System.String школа)
 {
     v_schoolVehicles v_schoolVehicles = new v_schoolVehicles();
     v_schoolVehicles.Вид_транспорта = вид_транспорта;
     v_schoolVehicles.Школа = школа;
     return v_schoolVehicles;
 }