public function gover_add()
 {
     $return_func = 'gover';
     //$_POST['token'] = session('token');
     parent::fitness_add($this->module, $this->type, $return_func);
     $this->display();
 }
 public function index_add()
 {
     $return_func = 'index';
     $_POST['token'] = session('token');
     parent::fitness_add($this->module, $this->type, $return_func);
     $this->display();
 }
 public function index_add()
 {
     $return_func = 'index';
     parent::fitness_add($this->module, $this->type, $return_func);
     $this->display();
 }