private void DoneImage(QImage img)
        {
            img.Dispose();

            this.MoveFile(img.FileInfo, DONE_FOLDER);
        }