public void RemCommand(Command cmd) { _cmd_list.Remove(cmd); }
public int AddCommand(Command cmd) { return _cmd_list.Add(cmd); }