public override nint RowsInSection(UITableView tableView, nint section)
 {
     return(PlayerStatistics.Count());
 }