protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Instituico args)
        {
            try
            {
                var c4GCreateInstituicoResult = await C4G.CreateInstituico(instituico);

                DialogService.Close(instituico);
            }
            catch (Exception c4GCreateInstituicoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Instituico!");
            }
        }