public YouTubeLinksSeedData(SiteContext context)
 {
     _context = context;
 }
 public SongsSeedData(SiteContext context)
 {
     _context = context;
 }