public ActionResult DeleteConfirmed(int id)
 {
     _playersManager.DeletePlayer(id);
     return(RedirectToAction("Index"));
 }