List<int> get alreadyAdded => _alreadyAdded;
set alreadyAdded(List<int> value) { _alreadyAdded = value; notifyListeners(); }