private void ClearScreen() { _dataSource.ClearScreen(); EmitPropertyChanged(nameof(ScreenCleared)); _showAllCommand.CanBeExecuted = true; }