public function sendRedirect($location)
 {
     $this->response->sendRedirect($location);
 }