/**
  * {@inheritdoc}
  */
 public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $group)
 {
     return $this->groupRepository->save($group);
 }