protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblPodgrupaId args)
        {
            try
            {
                var bssr4CreateTblPodgrupaIdResult = await Bssr4.CreateTblPodgrupaId(tblpodgrupaid);

                DialogService.Close(tblpodgrupaid);
            }
            catch (System.Exception bssr4CreateTblPodgrupaIdException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPodgrupaId!");
            }
        }