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