private static function connect()
 {
     SimpleORM_Connection::start(Settings::get('mysql_host'), Settings::get('mysql_username'), Settings::get('mysql_password'), Settings::get('mysql_database'));
 }