public void OnGet()
 {
     CheckIns = checkInRepository.GetAllCheckInsPast14Days();
 }