public int DropCourse(string[] stuInfo)
 {
     return(_irepCustomers.DropCourse(stuInfo));
 }