public function add_region_to_giftsAction()
 {
     $shop = new shop();
     $shop->add_region_to_gifts();
     die('ok');
 }