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