public UnitOfWork(LoanDbContext context) => _context = context;
public BaseRepository(LoanDbContext dbContext) => DbContext = dbContext;