public ActionResult ChangPassword(string stuno) { var sum = sb.GetStudentUser(stuno); return(View(sum)); }