/**
  * Retorna o nome da entity.
  *
  * @return string
  */
 public function getEntityName()
 {
     $this->repository->getEntityName();
 }