public ArtistDA()
 {
     _context = new ChinookModel();
 }
 public CustomerDA()
 {
     _context = new ChinookModel();
 }