public void AddFileBrowser(object sender)
        {
            FileBrowsers = FileBrowsers.Concat(new[] { new View.FileBrowser() }).ToList();

            window.Width = window.Width + 1;
            window.Width = window.Width - 1;
        }