public virtual domain.Song Update(domain.Song song) { throw new NotImplementedException(); }
public virtual bool Delete(domain.Song song) { throw new NotImplementedException(); }