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