//This method display details of Club Single club public ActionResult Details(int id) { return(View(crepo.GetClubByID(id))); }