public function get_home_page()
 {
     return new DefaultHomePage($this->get_title(), ContactController::get_view());
 }