public void PressDownButton(int floor) { ButtonPressed.Add(new Command(floor, Direction.Down)); }
public void PressUpButton(int floor) { ButtonPressed.Add(new Command(floor, Direction.Up)); }