public CustomerService(IMapper mapper, MoInvoiceContext context)
 {
     _context = context;
     _mapper  = mapper;
 }