/// <summary>
 /// Create a new SessionProgress object.
 /// </summary>
 /// <param name="sessionId">Initial value of the SessionId property.</param>
 public static SessionProgress CreateSessionProgress(global::System.Guid sessionId)
 {
     SessionProgress sessionProgress = new SessionProgress();
     sessionProgress.SessionId = sessionId;
     return sessionProgress;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SessionProgresses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSessionProgresses(SessionProgress sessionProgress)
 {
     base.AddObject("SessionProgresses", sessionProgress);
 }