private void ClearAll() { SetStatusLabel(Status.Cleaning); _cleaner.CleanTextBoxes(InputsGroupBox); ClearResults(); SetStatusLabel(Status.Cleaned); }