// @Create
public void initNotifications() {
reloadAlertNotifications();
this.selectedNotifications = new HashSet<AlertNotification>();
this.notificationConverter = new AlertNotificationConverter();
this.notificationConverter.setAlertNotifications(alertNotifications);
this.alertSenders = lookupAlertSenders();
selectActiveNotification();
}