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