public async Task <T> Delete(T body) { _db.Remove <T>(body); await _db.SaveChangesAsync(); return(body); }