public ProductRepository(RealtimeapplicationContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public TrackingRepository(RealtimeapplicationContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }