public EfCategoryRepository(NikamoozStoreContext ctx)
 {
     _ctx = ctx;
 }
 public EfProductRepository(NikamoozStoreContext ctx)
 {
     _ctx = ctx;
 }
 public EfOrderRepository(NikamoozStoreContext ctx)
 {
     _ctx = ctx;
 }