public void SetOffsetFormulaPath()
        {
            var path = selectFormulaUseablePath(isValidOffsetObject, AppConstants.Captions.OffsetObjectPath);

            if (path == null)
            {
                return;
            }

            AddCommand(_moBiFormulaTask.ChangeOffsetObject(_formula, path, BuildingBlock));
            bindToView();
        }