public void VaciarReporteLotesPM(EntityConnectionStringBuilder connection, ReporteLotesPM rl)
        {
            var context = new samEntities(connection.ToString());

            context.DELETE_reporte_lotes_inspeccion_PM_rep_MDL(rl.FOLIO_SAM);
        }