public StoresController(ContosoCandiesContext context)
 {
     _context = context;
 }
 public CandieService(ContosoCandiesContext context)
 {
     _context = context;
 }