public ActionResult allstudentsSoftware()
 {
     return(View(StudentBL.GetAll_Software()));
 }