using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WindowsFormsApp1 { public class TrayObject { public string stationID { get; set; } public string trayID { get; set; } public List polarIDs { get; set; } } }