protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblPartneri args) { try { var bssr4CreateTblPartneriResult = await Bssr4.CreateTblPartneri(tblpartneri); DialogService.Close(tblpartneri); } catch (System.Exception bssr4CreateTblPartneriException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPartneri!"); } }