public static function isLoggedToBack()
 {
     return AuthenticationHandler::is(AuthenticationHandler::ADMIN);
 }