public ShopPersonalServices(BHODContext context)
 {
     _context = context;
 }
 public AppointmentService(BHODContext context)
 {
     _context = context;
 }