public ModifyItemCmd(ChartObject item) : base("Modify") { this.item = item; initialState = item.createState(); item.saveState(initialState); }