public IDictionary <string, string> Get(string id)
 {
     return(productsService.AutoQuantityPerUnit(id));
 }