public bool Delete(int id) { try { return(regrasdados.Delete(id)); } catch (Exception ex) { throw new FaultException(ex.Message); } }