public void Update()
 {
     if (ItemsPanel != null)
     {
         ItemsPanel.UpdateSize(PrintModel.GlyphSize);
     }
 }