public function doMovies()
 {
     $this->result['movies'] = $this->geocode ? $this->showtimeService->getMovies($this->geocode, $this->currentDate) : array();
 }