public string DeleteAll()
 {
     _seedService.DeleteAll();
     return("Deleted all rows");
 }