public static function getContent()
 {
     $AdminMenu = new AdminMenu();
     return $AdminMenu->getLeftMenuTreeHtml();
 }