public ObservableCollection <Department> GetDepartments() { return(departmentDal.GetDepartments()); }