//Récupère une chambre en fonction de son id public static Room GetRoomById(int IdRoom) { return(RoomDB.GetRoomById(IdRoom)); }