private void ShowDays(IMonthModel month = null)
 {
     if (month != null)
     {
         _currentState.Month = month;
     }
     DaysDataContext = _viewModelFactory.CreateDaysViewModel(ChangeTitle);
     ViewIndex       = 2;
 }