public void Restore(string BackupPath)
 {
     CeBackupServerException.RaiseIfNotSucceeded(InternalCAPI.Restore_Restore(BackupPath));
 }