public void OpenCalendarForPatient(Patient patient)
 {
     calendarController.CreateNextMonth(patient);
 }