public function Seguro($dni, $mes)
 {
     return product_tc_seguroscarg_hist::select('codpromot', 'dni', 'mescarseg', 'fecha', 'numero')->where('dni', '=', $dni)->where('mescarseg', '=', $mes)->get();
 }