public function dashboard_ui()
 {
     rtbiz_get_template('dashboard.php', array(), '', RTBIZ_PATH . 'admin/page/');
 }
 /**
  *  Take Action according to permission saved from the form & then display the ACL Settings UI
  */
 public function acl_settings_ui()
 {
     $this->save_acl_settings();
     rtbiz_get_template('acl-settings.php', array(), '', RTBIZ_PATH . 'admin/page/');
 }