public static void ComboFeltolt()
        {
            using (var context = new KiskereskedoEntities1())

            {
                context.Configuration.ProxyCreationEnabled = false;
                AruKategoriak = context.AruKatLeker().ToList();

            }
        }