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