public function orders()
 {
     $return_func = 'orders';
     parent::orders($this->module, $this->type, $return_func);
     $this->display();
 }