public void Post(CustomerContract customerContract)
 {
     _uow.CustomerRepository.CreateOrUpdate(customerContract.ToEntity());
 }