protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblGnProduct args)
        {
            try
            {
                var dbAtVdc2CreateTblGnProductResult = await DbAtVdc2.CreateTblGnProduct(tblgnproduct);

                DialogService.Close(tblgnproduct);
            }
            catch (Exception dbAtVdc2CreateTblGnProductException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnProduct!");
            }
        }