notifications.save(newNotification("You are arriving at "+ll.getName()+", which is considered an unsafe location! Be careful!",m.getId(),1,newDate()));
notifications.save(newNotification(m.getFirstName()+" "+m.getLastName()+" has arrived at "+ll.getName()+", this is an unsafe location!",f.getMemberId(),1,newDate()));
}else{
notifications.save(newNotification(m.getFirstName()+" "+m.getLastName()+" has arrived at "+ll.getName()+".",f.getMemberId(),0,newDate()));
notifications.save(newNotification("You are arriving at "+ll.getName()+", which is considered an unsafe location! Be careful!",m.getId(),1,newDate()));
notifications.save(newNotification(m.getFirstName()+" "+m.getLastName()+" has arrived at "+ll.getName()+", this is an unsafe location!",f.getMemberId(),1,newDate()));
}else{
notifications.save(newNotification(m.getFirstName()+" "+m.getLastName()+" has arrived at "+ll.getName()+".",f.getMemberId(),0,newDate()));