public int deleteCourse(int cid) { CourseService courseService = new CourseService(); return courseService.delete(cid); }