try {
    $Controller = new DashboardController($App);
    $Response = $Controller->getResponse();

} catch (ImproperActionException $e) {