public bool Delete(string scheduleId) { return(scheduleDAL.Delete(scheduleId)); }
public void DropSchedule(int schedule) { sl.Delete(schedule); }