public OrderService()
 {
     _dbContext = new NorthwindSlim();
 }
 public CustomerService()
 {
     _dbContext = new NorthwindSlim();
 }