/// <summary>
 /// Deprecated Method for adding a new object to the Watchlists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWatchlists(Watchlist watchlist)
 {
     base.AddObject("Watchlists", watchlist);
 }
 /// <summary>
 /// Create a new Watchlist object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Watchlist CreateWatchlist(global::System.Int32 id, global::System.String name)
 {
     Watchlist watchlist = new Watchlist();
     watchlist.ID = id;
     watchlist.Name = name;
     return watchlist;
 }