public void RestoreTo(string BackupPath, string DirTo)
 {
     CeBackupServerException.RaiseIfNotSucceeded(InternalCAPI.Restore_RestoreTo(BackupPath, DirTo));
 }