public ProductsController(StoreDB.IStoreManager service)
 {
     this.productService = service.ProductManager;
 }
 public ValuesController(StoreDB.IStoreManager service)
 {
     _userService = service.UserManager;
 }