public void DeleteFilesOfFolderDB(String folderDBPath, List <int> fileIDs)
 {
     repository.DeleteFilesOfFolderDB(folderDBPath, fileIDs);
 }