public function __construct()
 {
     parent::__construct();
     $this->load->model('Game/GameBatterRepository', '_gamebatter');
 }