protected function preBuild()
 {
     $this->entityDTO->isInactive = $this->entity->isInactive();
     $this->entityDTO->isActive = $this->entity->isActive();
     $this->entityDTO->isLocked = $this->entity->isLocked();
 }