public void Execute()
 {
     thing.SmallWeight();
 }
 public void Undo( )
 {
     thing.SmallWeight();
 }