public SoundCommentManager()
 {
     sdao = new SoundSongDAO();
 }
 public SoundSongManager()
 {
     sdao = new SoundSongDAO();
 }