public ActionResult DelPerson(string[] number, string[] name)
 {
     return(Content(userInfoBLL.DelPerson(number, name).ToString()));
 }