public static function isSiteEnabled()
 {
     $configModel = new ConfigurationModel();
     return $configModel->isSiteEnabled();
 }