public void DeleteSchedule(Schedule schedule) { throw new NotImplementedException(); }
public void ModifySchedule(Schedule schedule) { throw new NotImplementedException(); }
public int AddSchedule(Schedule schedule) { throw new NotImplementedException(); }