public function __construct($parent)
 {
     $fname = Redux_Functions::dat('add_redux_dashboard', $parent->args['opt_name']);
     add_action('wp_dashboard_setup', array($this, $fname));
 }