public async Task <IActionResult> Delete(int id) { await manager.DeleteById <Class>(id); return(Ok()); }