private void setAppointments()
        {
            m_Appointments = new List<Appointment>();
            Appointment m_Appointment = new Appointment();
            // For testing, set appointment for tomorrow
            DateTime m_Date = DateTime.Now;
            int thisYear = m_Date.Year;
            int thisMonth = m_Date.Month;
            int thisDay = m_Date.Day;
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 7, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 0, 0);
            m_Appointment.Subject = "My test 1";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 8, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 0, 0);
            m_Appointment.Subject = "My test 2";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 50, 0);
            m_Appointment.Subject = "My test 3";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 20";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 12, 34, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 13, 30, 0);
            m_Appointment.Subject = "My test 4";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 7, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 13, 45, 0);
            m_Appointment.Subject = "My test 5";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 7, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 13, 45, 0);
            m_Appointment.Subject = "My test 5a";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 7, 55, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 8, 30, 0);
            m_Appointment.Subject = "My test 6";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 7, 30, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 9, 30, 0);
            //m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 13, 30, 0);
            m_Appointment.Subject = "My test 7";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 8";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 9";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 10";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 11";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 12";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 13";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 14";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 15";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 16";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 17";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 18";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
            m_Appointment.StartDate = new DateTime(thisYear, thisMonth, thisDay, 9, 00, 0);
            m_Appointment.EndDate = new DateTime(thisYear, thisMonth, thisDay, 14, 45, 0);
            m_Appointment.Subject = "My test 19";
            m_Appointments.Add(m_Appointment);
            m_Appointment = new Appointment();
        }