private void Add()
 {
     //System.Diagnostics.Debug.WriteLine("Instance: " + Cuts.GetCollection().ElementAt(0).Name);
     Cuts.AddCut(new Cut {
         Name = "Sans_nom", Begin = TimeSpan.Zero, End = TimeSpan.Zero, Thumbnail = new Miniature()
     });
     if (Cuts.VideoPath != null)
     {
         IsExportable = true;
     }
 }