/// <summary>
 /// Create a new Department object.
 /// </summary>
 /// <param name="dept_code">Initial value of the dept_code property.</param>
 public static Department CreateDepartment(global::System.Int32 dept_code)
 {
     Department department = new Department();
     department.dept_code = dept_code;
     return department;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDepartments(Department department)
 {
     base.AddObject("Departments", department);
 }