public IActionResult ClearTable()
 {
     return(Ok(_googleSheets.DeleteEntry()));
 }