public function set(Model_New $new)
 {
     $this->filename->getValidator('UploadExists')->setToken($new->filename);
     $this->setDefaults($new->toArray());
 }