public ActionResult Default(DefaultViewModel model) { _themeService.Default(model.ThemeId); return(Content("Refresh")); }