String get currentView => _currentView;
set currentView(String view) { _currentView = view; notifyListeners(); }