public ArrayList<Kategorier> getKategorier() throws SQLException {
   return dbcon.getKategorier();
 }