private void AddFolderWatch(List <string> AllowedExtensions)
 {
     Watcher.WatchFolder(PathManager.ReadFromFile(), AllowedExtensions, this);
 }