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