public function create()
 {
     $copy = $this->copy->newInstance();
     return $this->renderForm('create', $copy, 'New Copy');
 }