/// <summary>
 /// Deprecated Method for adding a new object to the Employeesignups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmployeesignups(Employeesignup employeesignup)
 {
     base.AddObject("Employeesignups", employeesignup);
 }
 /// <summary>
 /// Create a new Employeesignup object.
 /// </summary>
 /// <param name="employeeSignupID">Initial value of the EmployeeSignupID property.</param>
 /// <param name="employeeID">Initial value of the EmployeeID property.</param>
 /// <param name="occurrenceID">Initial value of the OccurrenceID property.</param>
 /// <param name="hasAttended">Initial value of the HasAttended property.</param>
 /// <param name="reminderSent">Initial value of the ReminderSent property.</param>
 public static Employeesignup CreateEmployeesignup(global::System.Int32 employeeSignupID, global::System.Int32 employeeID, global::System.Int32 occurrenceID, global::System.Boolean hasAttended, global::System.Boolean reminderSent)
 {
     Employeesignup employeesignup = new Employeesignup();
     employeesignup.EmployeeSignupID = employeeSignupID;
     employeesignup.EmployeeID = employeeID;
     employeesignup.OccurrenceID = occurrenceID;
     employeesignup.HasAttended = hasAttended;
     employeesignup.ReminderSent = reminderSent;
     return employeesignup;
 }