public CustomerController(ICustomerRepository customerRepository)
 {
     _customerRepository = customerRepository;
 }