public ArticleRepository(IImsDbContext context)
 {
     _context = context;
 }
 public StoreRepository(IImsDbContext context)
 {
     _context = context;
 }