public function actionDeleteTempPhoto360()
 {
     Product::deleteTmpPhoto(Product::SESSION_PHOTOS_360_KEY, Yii::$app->request->post('id'));
 }