}                                                                 // Student context name will differ
 public BorrowerController(disk_inventorylmContext ctx)            // Student context name will differ
 {
     context = ctx;
 }
 }                                                               // Student context name will differ
 public ArtistController(disk_inventorylmContext ctx)            // Student context name will differ
 {
     context = ctx;
 }