private IEnumerable <object> GetCollection(string name)
        {
            var result = ParentPropertySheet.GetCollection(name);

            return((result.IsNullOrEmpty() ? "".SingleItemAsEnumerable() : result).ToArray());
        }