private function creanPrname($prod)
{
$prod->prname = preg_replace('/\s{2,}/', ' ', trim($prod->prname));
$prod->save();
}
$text = preg_replace('#\"(.*)\"#', '($1)', $text);
$text = str_replace('/', ' - ', $text);
$prod->prname = preg_replace('/\s{2,}/', ' ', trim($prod->prname));