public async Task <IActionResult> Index() { var settings = await _systemSettingService.GetAllAsync(); return(View(settings)); }