public static void addNotification(Mail mail) {
   Notification notification = new Notification();
   notification.setId(System.currentTimeMillis());
   mail.setNotification(notification);
   addNotificationDetail(mail);
 }