public void DeleteRoom(int id) { room_db.DeleteRoom(id); }
//Delete room public static void DeleteRoom(string id) { Room_DAO.DeleteRoom(id); }