public ProductRateController(IProductRateService rateService)
 {
     this._rateService = rateService;
 }
 public ProductsRateController(IProductRateService manager)
 {
     _manager = manager;
 }