get :index do
    @title = "Repositories"
    @repositories = Repository.all
    render 'repositories/index'
  end