protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpChiTietGiaCanh args)
        {
            try
            {
                var dbAtVdc2CreateTblHpChiTietGiaCanhResult = await DbAtVdc2.CreateTblHpChiTietGiaCanh(tblhpchitietgiacanh);

                DialogService.Close(tblhpchitietgiacanh);
            }
            catch (Exception dbAtVdc2CreateTblHpChiTietGiaCanhException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpChiTietGiaCanh!");
            }
        }