public ActionResult Create(Student student) { //msg msgInicio(); studentBusiness.create(student); msgErrorRegistration(student); return(View()); }