public void UpdatePublicAddress(Notification notification, ref string strError)
 {
     NotificationData data = new NotificationData();
     data.UpdateNotification(notification, ref strError);
 }
 public Notification GetNotification(ref string strError)
 {
     NotificationData data = new NotificationData();
     return data.GetNotification(ref strError);
 }