public IDocument Create(string path)
		{
			var editor = new EditorViewModel(_propertyGrid, _extendedShell);
			editor.Open(path);
			return editor;
		}