protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblKnizenjeM args) { try { var bssr4CreateTblKnizenjeMResult = await Bssr4.CreateTblKnizenjeM(tblknizenjem); DialogService.Close(tblknizenjem); } catch (System.Exception bssr4CreateTblKnizenjeMException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblKnizenjeM!"); } }