public static bool deleteUser(int userid)
 {
     return(DBManager.deleteUser(userid));
 }