protected void removeGraphicsFromSystem(Graphics graphics) {
   if (graphicsDataManager.removeGraphics(graphics)) setRecord(null);
 }
 protected void saveGraphicsToSystem(Graphics graphics) {
   graphicsDataManager.saveGraphics(graphics);
 }