public void goUpPushedFromFloor(int aFloorNumber)
 {
     elevatorController.goUpPushedFromFloorWhenWorking(aFloorNumber);
 }