public ActionResult Delete(int id)
 {
     blayer.delUser(id);
     return(RedirectToAction("Index"));
 }