public BuildingRepository(LiloDataContext context) { _context = context; }
public UnitOfWork(LiloDataContext context) => _context = context;