private void FileDropped(object args)
 {
     if (args is string[] files)
     {
         _model.AddContents(files);
     }
 }