
function WebControl() {
  this.className = '';
  this.displayName = '';
  this.preview = '';
  this.catDisplayName = '';
  this.catItems = ''; 
}
 

 

