public int DelUserInfo(int userid)
 {
     return(userinformation.DelUserInfo(userid));
 }