public ActionResult DropIn(Player model)
 {
     PlayerHelper.AddActivePlayer(model, db);
     return(RedirectToAction("List"));
 }