public function getAdr($condition)
 {
     return Advertisement::find()->where($condition)->asArray()->one();
 }