public static void addHouse(House house) {
   Houses.put(house.get_id(), house);
 }