public function getTurno($ruta_id)
 {
     return Turno::select('*')->where('ruta_id', $ruta_id)->where('turno', 1)->first();
 }