public MusicController()
 {
     db = new musicEntities();
 }
 public VoteController()
 {
     db = new musicEntities();
 }