public static Satis FindSatis(int no) { Satis satis = Program.MarketMenu.Sales.Find(s => s.No == no); return(satis); }