public AlbumsController(MusicsEntities context)
 {
     this.context = context;
 }
 public SongsController(MusicsEntities context)
 {
     this.context = context;
 }
 public ArtistsController(MusicsEntities context)
 {
     this.context = context;
 }