public function obtenerEstadistica(Jugador $Jugador)
 {
     return $Jugador->obtenerEstadistica($_POST);
 }