public DbInitialise(SweetshopContext context)
 {
     sweetshopContext = context;
 }
 public EmployeeController(SweetshopContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }