public void ClearStatusHistory()
 {
     using (HistoryRepository repository = this.CreateRepository())
         repository.ClearStatusHistory();
 }