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