public string CorreoFacturacion_CorreoNotas(string Usuario)
        {
            ProduccionController controlpro = new ProduccionController();

            if (controlpro.GenerarCorreoInformeNotasPendientes() == "Error")
            {
                controlpro.GenerarCorreoErrordeEnvio("GenerarCorreoInformeNotasPendientes", "General", "", "", "No se envió el correo");
            }
            return("OK");
        }