public IHttpActionResult GetProductsbyNameID(string Name, string ID)
 {
     return(Ok(code.GetProductsByType(Name, int.Parse(ID))));
 }