public ActionResult Delete(int id) { PlayerViewModel player = playerServices.ReturnPlayer(id); return(View(player)); }