public NotificationCenterAction(NotificationPopupPanel notificationPopupPanel) {
   super(BasicWidgetResources.ICONS.info(), "Notification Center");
   this.notificationPopupPanel = notificationPopupPanel;
 }