public FriendRepository(
     GameRentalsContext db)
 {
     _db = db;
 }
 public RentalRepository(
     GameRentalsContext db)
 {
     _db = db;
 }