public Bookingdata(ToysComponyDBContext context) { c1 = context; }
public CustomerRepository(ToysComponyDBContext cust) { customer = cust; }
public ToyRepository(ToysComponyDBContext t) { toys = t; }
public DeleteBooking(ToysComponyDBContext ctx) { context = ctx; }