public function actionOne()
 {
     $id = $_GET['ads_id'];
     return Adverts::getOneAd($id);
 }