private RestoreDatabase()
 {
     InitializeComponent();
     GFunctions.ColumSizeFix(dgvBackupStorage);
     config        = Config.Instance;
     objectStorage = ObjectStorage.Instance;
     WriteConfig2TextBox();
 }
 private UploadLocal2Object()
 {
     InitializeComponent();
     GFunctions.ColumSizeFix(dgvLocalDrive);
     GFunctions.ColumSizeFix(dgvObjectStorage);
     config        = Config.Instance;
     objectStorage = ObjectStorage.Instance;
     WriteConfig2TextBox();
 }
 private DownloadInternal2Object()
 {
     InitializeComponent();
     GFunctions.ColumSizeFix(dgvInternalStorage);
     GFunctions.ColumSizeFix(dgvObjectStorage);
     config        = Config.Instance;
     objectStorage = ObjectStorage.Instance;
     WriteConfig2TextBox();
 }