public ActionResult Index()
 {
     ViewBag.Registration = aStudentManager.GetAllRegNo();
     return(View());
 }