public override void OnViewLoaded() { View.Appointments = _controller.Find(View.PatientId, View.StartDateTime, View.EndDateTime, View.Status); }