public SongsController(COMP2084_MusicStoreContext context)
 {
     _context = context;
 }