public CustomerController(ICustomerServiceContext ctx)
 {
     _ctx = ctx;
 }
 public CustomerController()
 {
     _ctx = new CustomerServiceContext();
 }