public ActionResult ViewProfile(string key) { Tutor tutor = new TutorService().GetByEmail(key); tutor.TimeSpanUpdate(); return(View(tutor)); }