protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Formaco args)
        {
            try
            {
                var c4GCreateFormacoResult = await C4G.CreateFormaco(formaco);

                DialogService.Close(formaco);
            }
            catch (Exception c4GCreateFormacoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Formaco!");
            }
        }