public static function getProductsByTags($tags = array())
 {
     return MageBridge::getAPI('magebridge_tag.list', $tags);
 }