public int InsertNewSchedule(Schedule schedule)
 {
     return(dao.InsertNewSchedule(schedule));
 }