public IActionResult ClearTable() { //calls the DataMocker classes ClearTable method _repo.ClearMockData(); return(StatusCode(201)); }