public ActionResult Index2() { // DXCOMMENT: Pass a data model for GridView return(View(_playerRepo.GetAll().OrderBy(p => p.EffMin))); }