public ShapeToolEventArgs(CommandObject id)
 {
     _command = id;
 }
 public void Connect(MetroToolStripButton item, CommandObject command, DrawPadAction action)
 {
     item.Tag = command;
     Connect(item, action);
 }