protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.DbVersion args)
        {
            try
            {
                var bssr4CreateDbVersionResult = await Bssr4.CreateDbVersion(dbversion);

                DialogService.Close(dbversion);
            }
            catch (System.Exception bssr4CreateDbVersionException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new DbVersion!");
            }
        }