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