/// <summary>
 /// Deprecated Method for adding a new object to the TTTV__Provinces EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTTTV__Provinces(TTTV__Provinces tTTV__Provinces)
 {
     base.AddObject("TTTV__Provinces", tTTV__Provinces);
 }
 /// <summary>
 /// Create a new TTTV__Provinces object.
 /// </summary>
 /// <param name="provinceID">Initial value of the ProvinceID property.</param>
 public static TTTV__Provinces CreateTTTV__Provinces(global::System.Int32 provinceID)
 {
     TTTV__Provinces tTTV__Provinces = new TTTV__Provinces();
     tTTV__Provinces.ProvinceID = provinceID;
     return tTTV__Provinces;
 }