protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblNalogStavkiIzmenetum args) { try { var bssr4CreateTblNalogStavkiIzmenetumResult = await Bssr4.CreateTblNalogStavkiIzmenetum(tblnalogstavkiizmenetum); DialogService.Close(tblnalogstavkiizmenetum); } catch (System.Exception bssr4CreateTblNalogStavkiIzmenetumException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblNalogStavkiIzmenetum!"); } }