/**
  * Get attributes that belong to a group
  *
  * @return array
  */
 protected function getGroupedAttributes()
 {
     return $this->attributeRepo->findAllInDefaultGroup();
 }