public IActionResult Index(int page = 1) { return(View(_majorRepository.GetAllMajors_Paging(page, 10))); }