public function actionDelete($id)
 {
     Basket::deleteProduct($id);
     header("Location: /basket");
 }