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