public void AddLocationToCustomer(Guid customerId, LocationAddress locationAddress)
 {
     customerRepository.AddLocationToCustomer(customerId, locationAddress);
 }