public bool SendNotifcation(String notificationID, String staffID)
 {
     return(scheduleDAL.SendNotification(notificationID, staffID));
 }