get :index do
    @title = "Locations"
    @locations = Location.all
    render 'locations/index'
  end