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