public List <DepartmentEntity> LoadDepartmentData()
 {
     return(_departmentData.LoadData());
 }