public bool AcceptWork(String staffID, String notificationID) { try { return(scheduleDAL.AcceptWork(staffID, notificationID)); } catch (Exception ex) { throw ex; } }