function __construct()
 {
     $this->connection = dormitoryDBFactory::getdormitoryDBConnection();
     mysql_select_db("jejunubus_db", $this->connection);
     mysql_query("set names 'utf8'");
 }