public ActionResult Student_Export() { StudentBusiness C = new StudentBusiness(); C.Student_Export(); return(View(C)); }