public ActionResult Activate(int id)
 {
     _ratMgr.ActivateInstructor(id);
     return(RedirectToAction("Index"));
 }