// GET: TypeUser/Delete/5
 public ActionResult Delete(int id)
 {
     ty_.delete(id);
     return(RedirectToAction("index"));
 }