public ActionResult <Club> GetClub(string name) { var repo = new ClubRepository(); return(repo.GetClub(name)); }