public clsProductProperties(JObject jObject) { Name = (string) jObject["VName"]; Year = (int) jObject["Year"]; Js