public void AddFloors(IEnumerable <Floor> floors)
 {
     Floors.AddRange(floors);
 }