public int Delete(int id) { return(dao.Delete(id)); }
public int Delete(string id) { return(dao.Delete(id)); }