public AuthRepository(jwt1Context context)
 {
     _context = context;
 }
 public BookController(jwt1Context context)
 {
     _context = context;
 }