public function createEntities(ArrayCollection $arrayCollection, $executeImmediately = false, $checkRights = true)
 {
     $this->checkExecuteImmediately($executeImmediately);
     parent::createEntities($arrayCollection, $executeImmediately, $checkRights);
     foreach ($arrayCollection as $entityObject) {
         $this->createACL($entityObject);
     }
 }