StorageContaine
-String containerID
-double length
-double width
-double height
-int maxVehicles
-boolean isSecure
+getContainerID() : String
+setContainerID(String) : void
+loadVehicle(Vehicle) : boolean
+unloadVehicle(Vehicle) : boolean
+checkStability() : boolean
+calculateCapacity() : double