public async Task <IActionResult> Delete() { await flightService.DeleteAllEntitiesAsync(); return(NoContent()); }