private void ShowMonths(IChannelModel channel = null) { if (channel != null) { _currentState.Channel = channel; _currentState.Month = null; } MonthsDataContext = _viewModelFactory.CreateMonthsViewModel(ChangeTitle); ViewIndex = 1; }