public ActionResult Platforms(string name) { return(View(_repo.GetByPlatform(name).OrderByDescending(r => r.Rating).ToList())); }