public BookingService() { WingsOnDbContext = new WingsOnDbContext(); }
public PersonService() { WingsOnDbContext = new WingsOnDbContext(); }