static void Main(string[] args) { UrunManager urunManager = new UrunManager(new Fabrika1()); urunManager.GetALL(); Console.ReadLine(); }