public void UpdateDepartment(int departmentID, dDepartment department)
 {
     throw new NotImplementedException();
 }
 public void AddDepartment(dDepartment department)
 {
     throw new NotImplementedException();
 }