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