Pick Station Sender
class PickStationSender(var stations: List<Station>, var comparator: <Error class: unknown class><Station> = StationWIPComparator()) : QObjectSender
Picks the minimum from the list of stations based on the comparator.