public function index()
 {
     $vehiclesRegionsAllotments = VehiclesRegionsAllotment::orderBy('updated_at', 'desc')->get();
     return View::make('Middle.Web.VehiclesRegionsAllotment.index', compact('vehiclesRegionsAllotments'));
 }