public SelectBoxVO(SelectBoxVO vo)
     : base(vo)
 {
     width 		= vo.width;
     height 		= vo.height;
     style = vo.style;
 }
 public SelectBoxVO(SelectBoxVO vo) : base(vo)
 {
     width  = vo.width;
     height = vo.height;
     style  = vo.style;
 }