public CategoriesController(CommEngineDbContext context,
                             IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
 public ProductsController(CommEngineDbContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }