public async Task <IActionResult> MarkSeen(string id) { await _system.MarkNotificationSeen(id); return(RedirectToAction("Index")); }