protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblConfig args) { try { var bssr4CreateTblConfigResult = await Bssr4.CreateTblConfig(tblconfig); DialogService.Close(tblconfig); } catch (System.Exception bssr4CreateTblConfigException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblConfig!"); } }