public HomeController(BeautyServiceContext context)
 {
     db = context;
 }
 public ServiceTypesController(BeautyServiceContext context)
 {
     db = context;
 }
 public RegistrationsController(BeautyServiceContext context)
 {
     _context = context;
 }