public IEnumerable <Students> Index()
 {
     return(objStudent.GetStudentsAndTheirCourses());
 }