/// <summary>
 /// Create a new DeptMng object.
 /// </summary>
 /// <param name="departmentId">Initial value of DepartmentId.</param>
 /// <param name="employeeId">Initial value of EmployeeId.</param>
 /// <param name="workingDay">Initial value of WorkingDay.</param>
 public static DeptMng CreateDeptMng(long departmentId, string employeeId, global::System.DateTime workingDay)
 {
     DeptMng deptMng = new DeptMng();
     deptMng.DepartmentId = departmentId;
     deptMng.EmployeeId = employeeId;
     deptMng.WorkingDay = workingDay;
     return deptMng;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DeptMngs EntitySet.
 /// </summary>
 public void AddToDeptMngs(DeptMng deptMng)
 {
     base.AddObject("DeptMngs", deptMng);
 }