public void SetCommand(Command c) { command = c; }
private void RunCommand() { Command.Command c = new Command.Command(); c.Run(); }