public function persist()
 {
     if ($this->scope_instance) {
         $this->scope_instance->persist();
     }
 }