protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblPriemStavki args)
        {
            try
            {
                var bssr4CreateTblPriemStavkiResult = await Bssr4.CreateTblPriemStavki(tblpriemstavki);

                DialogService.Close(tblpriemstavki);
            }
            catch (System.Exception bssr4CreateTblPriemStavkiException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPriemStavki!");
            }
        }