public void Delete(Artist artist) { _artistDao.Delete(artist); }
public void Delete(int id) { _artistDao.Delete(id); }