public ProductsController(IUOWork uof) { _uof = uof; }
public CategoriesController(IUOWork context) { _uof = context; }