public void InsertTimerSettings(string timerName, DataTable timerSettings)
 {
     directoryMDB.InsertTimerSettings(timerName, timerSettings);
 }