public int RegisterStudentIntoCourse(string[] studentCourse)
 {
     return(_irepCustomers.RegisterStudentIntoCourse(studentCourse));
 }