public IActionResult Profile(UserProfileModel model)
        {
            model.Update();

            return View(model);
        }