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