public SaleController(TutorStrikeForceContext context, IMapper mapper) { _context = context; _mapper = mapper; }