public void AddLevel() { var level = _pack.AddLevel(); LevelIndex = _pack.Levels.IndexOf(level); IsNeedSave = true; }