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