static function redirectParentFrame($url, $action, $msg, $dataKey = null)
 {
     $userId = get_current_user_id();
     if ($dataKey) {
         $result = set_transient(self::getDataKeyTransientName($action, $userId), $dataKey, self::KEY_TRANSIENT_CACHE_TIME);
     }
     RublonHelper::_redirectParentFrame($url, $msg, true);
 }