void UpdateClubGrid() { var c = clubService.GetAllClub(); club.Clear(); foreach (ClubViewModel item in c) { club.Add(item); } }