private int _minutesBefore = DEFAULT_NOTIFY_MINUTES_BEFORE;
private ArrivalAndDepartureBean _departureBean = null;
public NotificationWidgetPage(ContextManager contextManager) {
_methods = new ArrivalsAndDeparturesPresentaion(true);
_notificationMethods.add(new SoundNotificationMethod());
_notificationMethods.add(new PopupNotificationMethod());
}