public function setCity($city)
 {
     $city = $this->filter->setCity($city);
     if ($city) {
         $this->city = $city;
     }
     $this->city = '';
     return $this;
 }