public GenericRepository(TourBitechContext context)
 {
     _context = context;
 }
 public GenericUnitOfWork()
 {
     _context = new TourBitechContext();
 }