protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblNalog args) { try { var bssr4CreateTblNalogResult = await Bssr4.CreateTblNalog(tblnalog); DialogService.Close(tblnalog); } catch (System.Exception bssr4CreateTblNalogException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblNalog!"); } }