public AppointmentCollection()
 {
     using (SqlDataReader dr = AppDAL.AppointmentSelectAll())
     {
         LoadObjectsFromReader(dr);
     }
 }