public ActionResult allstudentsgeneral()
 {
     return(View(StudentBL.GetAll_General()));
 }