Manufacturer Entity
    The manufacturer entity identifies a single vehicle manufacturer (Ford, Acura, smart, etc) in 
    our system.
    
Sample Manufacturer XML
    
    Manufacturer Attributes
    
        
            
                | Attribute | Type | Description | 
        
        
            
                | Id | int | The manufacturer's primary key.  Used to uniquely identify a manufacturer in our system. | 
            
                | Name | string | The name of the manufacturer. |