public static function GetByAttributeIdAndName($attributeId, $name)
 {
     return AttributeList::find(array('attribute_id' => $attributeId, 'name' => $name));
 }