/**
  * Get the attribute repository
  *
  * @return \Pim\Bundle\CatalogBundle\Entity\Repository\AttributeRepository
  */
 protected function getAttributeRepository()
 {
     return $this->baseGroupManager->getAttributeRepository();
 }