public function index()
 {
     $copyCollection = $this->copy->all();
     return $this->render('index', compact('copyCollection'));
 }