public static function GetByProductIdAndAttributeId($productId, $attributeId)
 {
     return AttributeValueList::find(['product_id' => $productId, 'attribute_id' => $attributeId]);
 }