IDisplayPane IResourceDisplayer.CreateDisplayPane( string resourceType )
{
return new BookDisplayPane();
}