public RoomInfoManager() // Constructor
 {
     roomInfoGateway = new RoomInfoGateway();
 }