public List <CustomerDto> GetAll()
 {
     return(_customerMapper.ToCustomerDtoList(_customerRepository.All().ToList()));
 }