public async Task OnGetAsync()
 {
     Entities = await _demoRepository.GetAllRecords();
 }