@Override
 public Container createContainer(InventoryPlayer playerInventory, EntityPlayer playerIn) {
   // DEBUG
   // Don't know when this is called.  I think the GuiHandler does all the construction
   LOGGER.error("createContainer()");
   return new ContainerWorkbench(playerInventory, getWorld(), getPos());
 }