public CustomersController(ICustomerUiService customerUiService)
 {
     this.customerUiService = customerUiService;
 }