/**
  * Gets the statistical data from the data source
  */
 public function ReadStatistic()
 {
     return $this->statistics_data_source->ReadMostWicketsForBowlerAndCatcher();
 }