// METODOS PLANTILLA GENERALES

        public void GuardarSQL()
        {
            conexion.EjecutarQuery(SqlGuardar(), 0);
        }