public List <SegmentsData> get_segments_data(string floor_id) { var segments = new Segments(); return(segments.GetSegmentsData(floor_id)); }