public PrProductCategoryController(IMapper mapper, IPrProductCategoryServices prProductCategoryServices)
 {
     this._mapper = mapper;
     this._prProductCategoryServices = prProductCategoryServices;
 }