public List <Room> GetAllRoomInfo()
 {
     return(_classRoomGateway.GetAllRoomInfo());
 }