public ActionResult Index() { return(View(_rep.Get(null))); }
public async Task <Player> GetPlayerId(int?Id) { return(await player.Get(Id)); }