public async Task <IActionResult> InsertALot()
 {
     return(Ok(await tableStorage.AddALot()));
 }