public DepartmentPresenter(IListDepartmentView lstDepartmentView, DepartmentService departmentService) { this._listDepartmentView = lstDepartmentView; this._departmentService = departmentService; }