public List <RoomModel> GateAllRoomNoManager()
 {
     return(roomGateway.GateAllRoomNoGateway());
 }