public function sharedResponse()
 {
     if (!isset(self::$shared_response)) {
         self::$shared_response = new ControllerResponse();
     }
     return self::$shared_response;
 }