ThemeService.createTheme Method
        
 Creates a theme based on the theme given. The ID field should be left blank, as it will be populated
 after the object is created.
 
         
        Parameters
        
            - theme
            
 
            - 
                
Type: Theme
The theme to create and save. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.entities.Theme
        
A promise object that is resolved when the call is complete.
 If successful, the created dundas.entities.Theme is returned.