/// <summary>
        /// Create a new Presentations object.
        /// </summary>
        /// <param name="presentationId">Initial value of the PresentationId property.</param>
        /// <param name="userId">Initial value of the UserId property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="createDate">Initial value of the CreateDate property.</param>
        public static Presentations CreatePresentations(global::System.Guid presentationId, global::System.Guid userId, global::System.String name, global::System.DateTime createDate)
        {
            Presentations presentations = new Presentations();

            presentations.PresentationId = presentationId;
            presentations.UserId         = userId;
            presentations.Name           = name;
            presentations.CreateDate     = createDate;
            return(presentations);
        }
 /// <summary>
 /// Create a new Presentations object.
 /// </summary>
 /// <param name="presentationId">Initial value of the PresentationId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 public static Presentations CreatePresentations(global::System.Guid presentationId, global::System.Guid userId, global::System.String name, global::System.DateTime createDate)
 {
     Presentations presentations = new Presentations();
     presentations.PresentationId = presentationId;
     presentations.UserId = userId;
     presentations.Name = name;
     presentations.CreateDate = createDate;
     return presentations;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Presentations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPresentations(Presentations presentations)
 {
     base.AddObject("Presentations", presentations);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Presentations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPresentations(Presentations presentations)
 {
     base.AddObject("Presentations", presentations);
 }