public ActionResult Index()
        {
            Gamer g = _repo.getgamerbyaspusername(User.Identity.Name);

            currentGamer = g;
            return(View(g));
        }