//This method load list of club using GetClub method of repository public ActionResult Index() { return(View(crepo.GetClubs())); }