public override string ToString()
 {
     return(ProductName.InsertSpaces() + " (" + ProductID + ").");
 }