/**
  * {@inheritDoc}
  */
 public function add(Document $document)
 {
     $document->save();
 }