public List <Room> GetAllRooms()
 {
     return(roomGateway.GetAllRoomsList());
 }