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