public List <Room> GetRoomList()
 {
     return(roomGateway.VieRoomList());
 }