public DepartmentController()
 {
     departmentService = ServiceBuilder.BuildDepartmentService();
 }