public static Room GetRoomFromId(int IdRoom)
 {
     return(RoomDB.GetRoomFromId(IdRoom));
 }