public UISystemStatus(BussinessLogic.StatusType stType)
 {
     this.InitializeComponent();
     this.OriginalStatus = stType;
     this.statusType     = stType;
 }
 public UISystemStatus(BussinessLogic.StatusType stType)
 {
     this.InitializeComponent();
     this.OriginalStatus = stType;
     this.statusType = stType;
 }