public function index(Gallery $gallery)
 {
     $this->data['gallery'] = $gallery->getPhotos();
     return view('pages.gallery', $this->data);
 }