protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblDokumentStavki args) { try { var bssr4CreateTblDokumentStavkiResult = await Bssr4.CreateTblDokumentStavki(tbldokumentstavki); DialogService.Close(tbldokumentstavki); } catch (System.Exception bssr4CreateTblDokumentStavkiException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblDokumentStavki!"); } }