public ActionResult Randomuser(int id)
        {
            var model = _userServiceAgent.GetManyDummyUser(1, id);

            return(View(model));
        }