public static function Create($attributeGroup)
 {
     AttributeGroup::create(array('name' => $attributeGroup->name));
 }