public function viewComment(int $id, int $cid): RedirectResponse
    {
        /** @var Photo $photo */
        $photo = Photo::query()->find($id);