public eCommerceContext() : base("myConnection")
 {
     if (Kategoriler.Count() == 0)
     {
         BaslangicVerileriEkle();
     }
 }