public HtmlViewComponent(IHtmlBusiness htmlBusiness)
 {
     _htmlBusiness = htmlBusiness;
 }
 public SettingsViewComponent(HtmlViewContext dbContext, IHtmlBusiness htmlBusiness, UserManager <ApplicationUser> userManager)
 {
     _dbContext    = dbContext;
     _htmlBusiness = htmlBusiness;
     _userManager  = userManager;
 }