public string GetAllScheduleInfoByCourseId(int courseId)
 {
     return(aRoomGateway.GetAllScheduleInfoByCourseId(courseId));
 }