public async Task <bool> Delete(long id) { try { await _iaccountdata.Delete(id); return(true); } catch (Exception) { return(false); } }