public virtual CustomerSchedule LoadCustomerSchedule(Int32 id)
 {
     return(entityDao.LoadCustomerSchedule(id));
 }