public void SetStatus(string status) { Status.Value = status; Status.Visible = true; StatusTimer.Restart(); }