public PaymentStatusRepository(IMapper mapper, FiledDbContext filedDbContext)
 {
     _mapper  = mapper;
     _context = filedDbContext;
 }