/**
  * Retrieve the Backup Location from the configuration file.
  */
 public string GetBackupLocation()
 {
     return(configHandler.GetBackupLocation());
 }