public IList <string> ListAllRecords()
 {
     return(ThreadExecuter.Execute(
                () => repo.ListAllRecords()
                ));
 }