private BidServices() { _context = new AuctionTaskDbContext(); }
private ProductServices() { _context = new AuctionTaskDbContext(); }