public HotelRepository(PatilDbContext context) { _context = context; }
public BusRepositry(PatilDbContext context) { _context = context; }