public static bool System_DeteleNewAccount(int userid)
 {
     return(SysDal.DeteleNewAccount(userid));
 }