public void ACCatalogoGradoEstudios(RR_GradoEstudios Datos) { try { RR_CatalogoDatos CD = new RR_CatalogoDatos(); CD.ACCatalogoGradoEstudios(Datos); } catch (Exception ex) { throw ex; } }