public async Task <int> Delete(long id) { await ContactLogic.Delete(id); return(await DbContext.SaveChangesAsync()); }